Skip to content

Commit d925056

Browse files
committed
fix(controller/tests): add fleet socket to controller tests
1 parent d9dd781 commit d925056

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller/tests/controller_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func TestController(t *testing.T) {
4545
err = dockercli.RunContainer(cli,
4646
"--name", name,
4747
"--rm",
48+
"-v", "/var/run/fleet.sock:/var/run/fleet.sock",
4849
"-p", port+":8000",
4950
"-e", "EXTERNAL_PORT="+port,
5051
"-e", "HOST="+host,

0 commit comments

Comments
 (0)