Skip to content

Commit

Permalink
Update internal/api/keppel/accounts_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Majewsky <stefan.majewsky@sap.com>
  • Loading branch information
SuperSandro2000 and majewsky authored Oct 29, 2024
1 parent 7f39681 commit 760ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/keppel/accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func TestAccountsAPI(t *testing.T) {
"auth_tenant_id": "tenant1",
"rbac_policies": rbacPoliciesJSON,
}
accountExcept := assert.JSONObject{
accountExpect := assert.JSONObject{

Check failure on line 291 in internal/api/keppel/accounts_test.go

View workflow job for this annotation

GitHub Actions / Checks

declared and not used: accountExpect

Check failure on line 291 in internal/api/keppel/accounts_test.go

View workflow job for this annotation

GitHub Actions / Test

declared and not used: accountExpect
"name": "second",
"auth_tenant_id": "tenant1",
"rbac_policies": rbacPoliciesJSON,
Expand Down

0 comments on commit 760ffb0

Please sign in to comment.