Skip to content

stub server endpoint#1193

Merged
adamw merged 3 commits intomasterfrom
issue/1170
Apr 26, 2021
Merged

stub server endpoint#1193
adamw merged 3 commits intomasterfrom
issue/1170

Conversation

@kubinio123
Copy link
Copy Markdown
Contributor

No description provided.

@kubinio123 kubinio123 linked an issue Apr 23, 2021 that may be closed by this pull request
@kubinio123 kubinio123 marked this pull request as ready for review April 23, 2021 12:58
@kubinio123 kubinio123 requested a review from adamw April 23, 2021 13:04
@adamw adamw merged commit e22241e into master Apr 26, 2021
@mergify mergify Bot deleted the issue/1170 branch April 26, 2021 08:44

// then
sttp.client3.basicRequest.get(uri"http://abc.xyz/api/hello").send(backend).body shouldBe Right("hello")
sttp.client3.basicRequest.get(uri"http://abc.xyz/api/unknown").send(backend).code shouldBe StatusCode.InternalServerError
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super! Thanks a lot for this 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for testing server endpoints

3 participants