Skip to content

Commit a823f34

Browse files
committed
e2e/proxy/proxy_test.go: change detection url to ghcr.io
Signed-off-by: Spyros Seimenis <sse@edgeless.systems>
1 parent 8ef7b53 commit a823f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/proxy/proxy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ func TestHTTPProxy(t *testing.T) {
6868
coordinatorConnectionProxied.Store(true)
6969
}
7070
// 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
71+
// that the pause container image will come from ghcr.io, so we use that as an indicator for
7272
// registry requests being proxied.
73-
if addr == "mcr.microsoft.com:443" {
73+
if addr == "ghcr.io:443" {
7474
registryConnectionProxied.Store(true)
7575
}
7676
ctx, cancel := context.WithTimeout(t.Context(), 2*time.Second)

0 commit comments

Comments
 (0)