-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
#1288 Query string char missing #1335
#1288 Query string char missing #1335
Conversation
|
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.
@jlukawska
Hi J!
Thank you for the PR and bug fixing!
Good job! 😍
Also,
Could you try to Sync fork please?
I saw you've merged update develop #7 to update your develop branch.
Sync should allow to remove redundant merge commit from the diff, via rebasing. Sync operation during rebasing should remove this merge commit, I hope. And finally, you will have the same top commit.
Use range operator
Use range operator
Deconstruct variable declaration
f23ab16
to
69c950a
Compare
The feature branch has been rebased onto ThreeMammals:develop successfully! @yangbocheng As a reporter of the bug #1288 , |
.Then(x => _steps.ThenTheStatusCodeShouldBe(HttpStatusCode.OK)) | ||
.And(x => _steps.ThenTheResponseBodyShouldBe("Hello from Laura")) |
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.
OK. But where is a And-check that the query string was copied?
Where is And-check that expected queryName
is in query string?
What is the predicate of "copying"?
Does it mean if copying failed then the step ThenTheStatusCodeShouldBe(HttpStatusCode.OK))
fails too?
} | ||
|
||
[Fact] | ||
public void should_replace_query_string_but_leave_non_placeholder_queries_2() |
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.
Do we cover the user scenario reported in 1288 by this test?
@TomPallister |
Fixes #1288
Proposed Changes
if
condition before