Skip to content

Commit

Permalink
Fixed ServerStatus refactor in TestIssueExpiredKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Sep 4, 2020
1 parent 616bbc9 commit f02ca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sessiontest/requestor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func TestIssueExpiredKey(t *testing.T) {
expireKey(t, client.Configuration)
result = requestorSessionHelper(t, getIssuanceRequest(true), client, sessionOptionReuseServer, sessionOptionIgnoreError)
require.Nil(t, result.Err)
require.Equal(t, server.StatusCancelled, result.Status)
require.Equal(t, irma.ServerStatusCancelled, result.Status)

// server aborts issuance sessions in case of expired public keys
expireKey(t, irmaServerConfiguration.IrmaConfiguration)
Expand Down

0 comments on commit f02ca76

Please sign in to comment.