We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110d563 commit a6c2e17Copy full SHA for a6c2e17
test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/QueryStringTests.cs
@@ -65,8 +65,8 @@ public async Task Can_use_unknown_query_string_parameter()
65
66
[Theory]
67
[InlineData("")]
68
- [InlineData("foo")]
69
- public async Task Should_ignore_query_parameter_with_empty_name(string parameterValue)
+ [InlineData("bar")]
+ public async Task Can_use_empty_query_string_parameter_name(string parameterValue)
70
{
71
// Arrange
72
var options = (JsonApiOptions)_testContext.Factory.Services.GetRequiredService<IJsonApiOptions>();
0 commit comments