We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b7a40 commit 1a8cc52Copy full SHA for 1a8cc52
test/OpenApiTests/Headers/HeaderTests.cs
@@ -56,7 +56,7 @@ public async Task Get_and_head_endpoints_have_caching_headers(string endpointPat
56
57
return;
58
59
- void AssertEtag(JsonElement etagElement)
+ static void AssertEtag(JsonElement etagElement)
60
{
61
etagElement.Should().HaveProperty("description",
62
"A fingerprint of the HTTP response, which can be used in an If-None-Match header to only fetch changes.");
0 commit comments