Skip to content

Commit

Permalink
Remove erroneous blank identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kpom-specter committed Oct 18, 2024
1 parent 71ec9d3 commit 5046603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/src/auth/role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func testRoleAccess(t *testing.T, roleName string) {
userClient, ok := lab.Unpack(harness, userClientFixture)
assert.True(ok)

_, err := userClient.RequestAnalysis()
err := userClient.RequestAnalysis()
if role.Permissions.Has(auth.Permissions().GraphDBWrite) {
assert.Nil(err)
} else {
Expand Down

0 comments on commit 5046603

Please sign in to comment.