We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef7b53 commit a823f34Copy full SHA for a823f34
e2e/proxy/proxy_test.go
@@ -68,9 +68,9 @@ func TestHTTPProxy(t *testing.T) {
68
coordinatorConnectionProxied.Store(true)
69
}
70
// While we could parse the expected registries from the ImageReplacementsFile, we know
71
- // that the pause container image will come from MCR, so we use that as an indicator for
+ // that the pause container image will come from ghcr.io, so we use that as an indicator for
72
// registry requests being proxied.
73
- if addr == "mcr.microsoft.com:443" {
+ if addr == "ghcr.io:443" {
74
registryConnectionProxied.Store(true)
75
76
ctx, cancel := context.WithTimeout(t.Context(), 2*time.Second)
0 commit comments