Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 3ea79b3

Browse files
committed
fix: fix e2e test setup code to use metro
Signed-off-by: Chris Privitere <[email protected]>
1 parent 87232c2 commit 3ea79b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
110110
// Before all ParallelNodes.
111111
Expect(os.Getenv(AuthTokenEnvVar)).NotTo(BeEmpty())
112112
Expect(os.Getenv(ProjectIDEnvVar)).NotTo(BeEmpty())
113-
Expect(os.Getenv("FACILITY")).NotTo(BeEmpty())
113+
Expect(os.Getenv("METRO")).NotTo(BeEmpty())
114114
Expect(os.Getenv("CONTROLPLANE_NODE_TYPE")).NotTo(BeEmpty())
115115
Expect(os.Getenv("WORKER_NODE_TYPE")).NotTo(BeEmpty())
116116

0 commit comments

Comments
 (0)