Skip to content
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

Fixes #1190: Enable case insensitive by default for query #1192

Merged
merged 4 commits into from
May 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address the comment and rebase to main
  • Loading branch information
xuzhg committed May 9, 2024
commit 11865de55c7d3cdf56027af7de7eb2b51dca785c
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ public async Task TestOrderBy_WithDifferentPropertyCase(string requestUri)
// Act
HttpResponseMessage response = await client.SendAsync(request);

//
// Assert
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
var resultArray = await response.Content.ReadAsObject<JArray>();