Skip to content

Commit a7621c0

Browse files
committed
Fixes copied test
1 parent 6d9a627 commit a7621c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/https.Tests/ContentTypeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public async Task MirrorTest_ShouldReflectXmlWithEmptyRootElementName()
7575
{
7676
var args = new[]
7777
{
78-
"post", $"{_fixture.HttpUrl}/Mirror", "--xml", "foo=bar", "lorem=ipsum"
78+
"post", $"{_fixture.HttpUrl}/Mirror", "--xml= ", "foo=bar", "lorem=ipsum"
7979
};
8080

8181
var expected = new XDocument(

0 commit comments

Comments
 (0)