Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDmitrasinovic committed Aug 21, 2024
1 parent a63d290 commit 6a701d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Scenario: Requesting a list of Tokens contains tokens with forIdentity which wer
Scenario: Requesting a list of Tokens contains tokens which can be colleted by me
Given Identities i1 and i2
And a Token t created by i1 where forIdentity is the address of i2
When i2 sends a GET request to the /Tokens endpoint
When i1 sends a GET request to the /Tokens endpoint
Then the response status code is 200 (Ok)
And the response contains t

Expand Down

0 comments on commit 6a701d8

Please sign in to comment.