We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e048104 commit adae379Copy full SHA for adae379
coderd/authz/authz_test.go
@@ -442,7 +442,7 @@ func TestAuthorizeLevels(t *testing.T) {
442
{
443
Name: "user-deny-all",
444
// List out deny permissions explicitly
445
- Site: []authz.Permission{
+ User: []authz.Permission{
446
447
Negate: true,
448
ResourceType: authz.WildcardSymbol,
@@ -516,7 +516,7 @@ func TestAuthorizeLevels(t *testing.T) {
516
517
518
519
520
521
522
0 commit comments