diff --git a/internal/api/keppel/accounts_test.go b/internal/api/keppel/accounts_test.go index 715f4a5b..eea7b556 100644 --- a/internal/api/keppel/accounts_test.go +++ b/internal/api/keppel/accounts_test.go @@ -288,7 +288,7 @@ func TestAccountsAPI(t *testing.T) { "auth_tenant_id": "tenant1", "rbac_policies": rbacPoliciesJSON, } - accountExcept := assert.JSONObject{ + accountExpect := assert.JSONObject{ "name": "second", "auth_tenant_id": "tenant1", "rbac_policies": rbacPoliciesJSON,