Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Jul 8, 2024
1 parent 39d7a62 commit 2a089e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/access_codes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func TestAccessCodes(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, deleteResponse)
require.NotNil(t, deleteResponse.ActionAttempt)
assert.Equal(t, deleteResponse.ActionAttempt.ActionAttemptActionAttemptId.Status(), "success")

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

0 comments on commit 2a089e4

Please sign in to comment.