Skip to content

Commit cb3aea5

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

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
@@ -235,7 +235,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
235235
new ()
236236
{
237237
Name = "Vary",
238-
Value = "Content-Encoding"
238+
Value = "Accept-Encoding"
239239
}
240240
],
241241
EndpointProperties = [
@@ -306,7 +306,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
306306
new ()
307307
{
308308
Name = "Vary",
309-
Value = "Content-Encoding"
309+
Value = "Accept-Encoding"
310310
}
311311
],
312312
EndpointProperties = [
@@ -412,7 +412,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
412412
new ()
413413
{
414414
Name = "Vary",
415-
Value = "Content-Encoding"
415+
Value = "Accept-Encoding"
416416
}
417417
],
418418
EndpointProperties = [
@@ -470,7 +470,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
470470
new ()
471471
{
472472
Name = "Vary",
473-
Value = "Content-Encoding"
473+
Value = "Accept-Encoding"
474474
}
475475
],
476476
EndpointProperties = [
@@ -541,7 +541,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
541541
new ()
542542
{
543543
Name = "Vary",
544-
Value = "Content-Encoding"
544+
Value = "Accept-Encoding"
545545
}
546546
],
547547
EndpointProperties = [
@@ -602,7 +602,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
602602
new ()
603603
{
604604
Name = "Vary",
605-
Value = "Content-Encoding"
605+
Value = "Accept-Encoding"
606606
}
607607
],
608608
EndpointProperties = [
@@ -688,7 +688,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
688688
new ()
689689
{
690690
Name = "Vary",
691-
Value = "Content-Encoding"
691+
Value = "Accept-Encoding"
692692
}
693693
],
694694
EndpointProperties = [
@@ -729,7 +729,7 @@ public void AppliesContentNegotiationRules_ForExistingAssets_WithFingerprints()
729729
},
730730
new () {
731731
Name = "Vary",
732-
Value = "Content-Encoding"
732+
Value = "Accept-Encoding"
733733
}
734734
],
735735
EndpointProperties = [

0 commit comments

Comments
 (0)