Skip to content

Commit 1fb6ed8

Browse files
committed
fixup tests
1 parent 4255a07 commit 1fb6ed8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cli/server_test.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ func TestServer(t *testing.T) {
13671367
"--in-memory",
13681368
"--http-address", ":0",
13691369
"--access-url", "http://example.com",
1370+
"--provisioner-daemons=0",
13701371
"--provisioner-daemons-echo=3",
13711372
"--log-human", fiName,
13721373
)
@@ -1385,6 +1386,7 @@ func TestServer(t *testing.T) {
13851386
"--in-memory",
13861387
"--http-address", ":0",
13871388
"--access-url", "http://example.com",
1389+
"--provisioner-daemons=0",
13881390
"--provisioner-daemons-echo=3",
13891391
"--log-human", fi,
13901392
)
@@ -1403,6 +1405,7 @@ func TestServer(t *testing.T) {
14031405
"--in-memory",
14041406
"--http-address", ":0",
14051407
"--access-url", "http://example.com",
1408+
"--provisioner-daemons=0",
14061409
"--provisioner-daemons-echo=3",
14071410
"--log-json", fi,
14081411
)
@@ -1425,6 +1428,7 @@ func TestServer(t *testing.T) {
14251428
"--http-address", ":0",
14261429
"--access-url", "http://example.com",
14271430
"--provisioner-daemons-echo=3",
1431+
"--provisioner-daemons=0",
14281432
"--log-stackdriver", fi,
14291433
)
14301434
// Attach pty so we get debug output from the command if this test
@@ -1459,7 +1463,8 @@ func TestServer(t *testing.T) {
14591463
"--in-memory",
14601464
"--http-address", ":0",
14611465
"--access-url", "http://example.com",
1462-
"--provisioner-daemons-echo",
1466+
"--provisioner-daemons-echo=3",
1467+
"--provisioner-daemons=0",
14631468
"--log-human", fi1,
14641469
"--log-json", fi2,
14651470
"--log-stackdriver", fi3,

0 commit comments

Comments
 (0)