File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5615,7 +5615,7 @@ func TestMonitorWebsocket(t *testing.T) {
56155615 TLSMap : true ,
56165616 TLSPinnedCerts : pinnedCerts ,
56175617 SameOrigin : true ,
5618- AllowedOrigins : []string {"origin1" , "origin2" },
5618+ AllowedOrigins : []string {"https:// origin1" , "https:// origin2" },
56195619 Compression : true ,
56205620 HandshakeTimeout : 4 * time .Second ,
56215621 }
@@ -5633,7 +5633,7 @@ func TestMonitorWebsocket(t *testing.T) {
56335633 TLSMap : true ,
56345634 TLSPinnedCerts : []string {"7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069" },
56355635 SameOrigin : true ,
5636- AllowedOrigins : []string {"origin1" , "origin2" },
5636+ AllowedOrigins : []string {"https:// origin1" , "https:// origin2" },
56375637 Compression : true ,
56385638 HandshakeTimeout : 4 * time .Second ,
56395639 }
You can’t perform that action at this time.
0 commit comments