Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Jul 8, 2024
1 parent a73dae0 commit 39d7a62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/access_codes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ func TestAccessCodes(t *testing.T) {
require.NotNil(t, deleteResponse)
require.NotNil(t, deleteResponse.ActionAttempt)

actionAttempt := deleteResponse.ActionAttempt
assert.Equal(t, "success", actionAttempt.ActionAttemptActionAttemptId.Status())

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

0 comments on commit 39d7a62

Please sign in to comment.