fix(auth): test assertion
This commit is contained in:
parent
6db8728420
commit
379b0b24b3
@ -129,7 +129,7 @@ func TestGetOrCreateUser(t *testing.T) {
|
||||
}, false)
|
||||
db.AssertExists(t, "teams", map[string]interface{}{
|
||||
"id": oidcTeams,
|
||||
"name": team,
|
||||
"name": team + " (OIDC)",
|
||||
}, false)
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user