fix(auth): test assertion
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-03-02 15:38:01 +01:00
parent 6db8728420
commit 379b0b24b3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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