Skip to content

Commit

Permalink
fix access codes test
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Jul 8, 2024
1 parent 29902bb commit a366b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/access_codes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ func TestAccessCodes(t *testing.T) {
},
)
require.NoError(t, err)
assert.NotNil(t, deleteResponse.ActionAttempt.Success)
assert.NotNil(t, deleteResponse.ActionAttempt.ActionAttemptActionAttemptId.Status())
assert.Equal(t, "success", deleteResponse.ActionAttempt.ActionAttemptActionAttemptId.Status())

deviceIds := make([]string, 0, len(accessCodes))
for _, accessCode := range accessCodes {
Expand Down

0 comments on commit a366b7a

Please sign in to comment.