Skip to content

Commit 4e5934e

Browse files
author
Gabriel Monroy
committed
Merge pull request #2099 from carmstrong/controller_test_fleet_socket
fix(controller/tests): add fleet socket to controller tests
2 parents a262516 + d925056 commit 4e5934e

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)