Fix broken workflow tests
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user