-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests for list addresses with filtering and outstanding list addresses tests via CLI #395
Conversation
, "-1000" | ||
, "44444444" | ||
, "*" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Careful about indentation here
, "?state=-1000" | ||
, "?state=44444444" | ||
, "?state=*" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No variable vertical alignement please :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will I ever learn? 😅 Fixed.
if (title == "40 chars hex") then | ||
c `shouldBe` ExitSuccess | ||
else | ||
c `shouldBe` ExitFailure 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite unrelated but this is odd? Do we return a success on 404?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think so too, but I was told that this is expected... ;) -> #278 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I've very poorly expressed myself. I meant that you were right and that this oddity is not correct. May you open a bug ticket to keep track of that please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok. My bad for misunderstanding then. Will open a bug 👍
Issue Number
#356
Overview
Comments