We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9a627 commit a7621c0Copy full SHA for a7621c0
tests/https.Tests/ContentTypeTests.cs
@@ -75,7 +75,7 @@ public async Task MirrorTest_ShouldReflectXmlWithEmptyRootElementName()
75
{
76
var args = new[]
77
78
- "post", $"{_fixture.HttpUrl}/Mirror", "--xml", "foo=bar", "lorem=ipsum"
+ "post", $"{_fixture.HttpUrl}/Mirror", "--xml= ", "foo=bar", "lorem=ipsum"
79
};
80
81
var expected = new XDocument(
0 commit comments