Skip to content

Commit afdf415

Browse files
Copilotjaviercn
andcommitted
Fix remaining Vary header assertions in AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints test
Co-authored-by: javiercn <[email protected]>
1 parent 9952e86 commit afdf415

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/Microsoft.NET.Sdk.StaticWebAssets.Tests/StaticWebAssets/ApplyCompressionNegotiationTest.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
241241
new ()
242242
{
243243
Name = "Vary",
244-
Value = "Content-Encoding"
244+
Value = "Accept-Encoding"
245245
}
246246
],
247247
EndpointProperties = [
@@ -318,7 +318,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
318318
new ()
319319
{
320320
Name = "Vary",
321-
Value = "Content-Encoding"
321+
Value = "Accept-Encoding"
322322
}
323323
],
324324
EndpointProperties = [
@@ -436,7 +436,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
436436
new ()
437437
{
438438
Name = "Vary",
439-
Value = "Content-Encoding"
439+
Value = "Accept-Encoding"
440440
}
441441
],
442442
EndpointProperties = [
@@ -500,7 +500,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
500500
new ()
501501
{
502502
Name = "Vary",
503-
Value = "Content-Encoding"
503+
Value = "Accept-Encoding"
504504
}
505505
],
506506
EndpointProperties = [
@@ -577,7 +577,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
577577
new ()
578578
{
579579
Name = "Vary",
580-
Value = "Content-Encoding"
580+
Value = "Accept-Encoding"
581581
}
582582
],
583583
EndpointProperties = [
@@ -644,7 +644,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
644644
new ()
645645
{
646646
Name = "Vary",
647-
Value = "Content-Encoding"
647+
Value = "Accept-Encoding"
648648
}
649649
],
650650
EndpointProperties = [
@@ -742,7 +742,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
742742
new ()
743743
{
744744
Name = "Vary",
745-
Value = "Content-Encoding"
745+
Value = "Accept-Encoding"
746746
}
747747
],
748748
EndpointProperties = [
@@ -788,7 +788,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
788788
},
789789
new () {
790790
Name = "Vary",
791-
Value = "Content-Encoding"
791+
Value = "Accept-Encoding"
792792
}
793793
],
794794
EndpointProperties = [

0 commit comments

Comments
 (0)