Skip to content

Commit 26e2916

Browse files
committed
update e2e test to use key/value syntax
1 parent 16cb468 commit 26e2916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e_tests/boundary_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ func TestBoundaryIntegration(t *testing.T) {
7878

7979
// Start boundary process with sudo
8080
boundaryCmd := exec.CommandContext(ctx, "/tmp/boundary-test",
81-
"--allow", "dev.coder.com",
82-
"--allow", "jsonplaceholder.typicode.com",
81+
"--allow", "domain=dev.coder.com",
82+
"--allow", "domain=jsonplaceholder.typicode.com",
8383
"--log-level", "debug",
8484
"--", "bash", "-c", "sleep 10 && echo 'Test completed'")
8585

0 commit comments

Comments
 (0)