We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09338e1 commit 0a6f86fCopy full SHA for 0a6f86f
test/OpenApiTests/Headers/HeaderTests.cs
@@ -56,7 +56,7 @@ public async Task Endpoints_have_caching_headers(string endpointPath)
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