Unverified Commit c53f1efe authored by Dan Jones's avatar Dan Jones
Browse files

fix: separate ambiguous step definitions

Cucumber doesn't like having both a When and Then step
with the same text.
parent d75d34e9
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -25,7 +25,7 @@ Feature: Can the adapter publish messages?
When the publish method is called
Then an error response is returned with status 403
Then the credentials are deleted
Then the publish method is called with is_retry on
Then the publish method was called with is_retry on
Then the getAuthorizationHeader method is called
Scenario: On a retried 403 the message is not retried again
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment