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