Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-Painter committed Jun 15, 2023
1 parent b90cd4f commit 59cce85
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ public async Task TestSupportedSerializationFormats()
feedOptions.SupportedSerializationFormats = SupportedSerializationFormats.CosmosBinary | SupportedSerializationFormats.HybridRow;
headers = await testQueryExecutionContext.CreateCommonHeadersAsync(feedOptions);
Assert.AreEqual("CosmosBinary, HybridRow", headers[HttpConstants.HttpHeaders.SupportedSerializationFormats]);

headers = await testQueryExecutionContext.CreateCommonHeadersAsync(feedOptions);
Assert.AreEqual("CosmosBinary", headers[HttpConstants.HttpHeaders.ContentSerializationFormat]);
}

internal class TestQueryExecutionContext : DocumentQueryExecutionContextBase
Expand Down

0 comments on commit 59cce85

Please sign in to comment.