Skip to content

Commit

Permalink
Updated baseline test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Willey committed Feb 3, 2020
1 parent 5759c30 commit d456c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public void ExecuteTestSuite(IEnumerable<TInput> inputs, [CallerMemberName] stri
Assert.IsTrue(
matched,
$@"
File: {filename},
Expected: {baselineTextSuffix},
Actual: {outputTextSuffix}");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
},
"RequestUri": "http://localhost.com",
"RequestSessionToken": "RequestSessionToken",
"ResponseSessionToken": "ResponseSessionToken",
"ClientSideRequestStatistics": null
"ResponseSessionToken": "ResponseSessionToken"
}]]></CosmosDiagnostics>
</Input>
<Output>
Expand Down

0 comments on commit d456c50

Please sign in to comment.