1
0

fix(auth): test assertion

This commit is contained in:
kolaente
2024-03-02 15:38:01 +01:00
parent 6db8728420
commit 379b0b24b3

View File

@ -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)
}) })