Skip to content

Commit

Permalink
Fixed functional test - replaced transitionaccountstatus call with ap…
Browse files Browse the repository at this point in the history
…i call
  • Loading branch information
AmudaPalani committed Feb 13, 2020
1 parent 5b56071 commit 1dbc838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ func TestApi(t *testing.T) {

// Ignore error from this, since reset might have happened
if err != nil {
dbSvc.TransitionAccountStatus(accountID, db.NotReady, db.Ready)
_, _ = dbSvc.TransitionAccountStatus(accountID, db.NotReady, db.Ready)
}

// Request a lease
Expand Down

0 comments on commit 1dbc838

Please sign in to comment.