3
0

Fix broken workflow tests

This commit is contained in:
Tomaž Jerman
2021-07-30 14:49:59 +02:00
parent 3f36a0f865
commit 6eeccaffeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
func Test0003_role_members(t *testing.T) {
var (
ctx = superUser(context.Background())
ctx = bypassRBAC(context.Background())
req = require.New(t)
)
+1 -1
View File
@@ -11,7 +11,7 @@ import (
func Test0004_user_membership(t *testing.T) {
var (
ctx = superUser(context.Background())
ctx = bypassRBAC(context.Background())
req = require.New(t)
)