Skip to content

Commit

Permalink
Fix unit test path
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
  • Loading branch information
Michael Crosby committed Jun 20, 2014
1 parent d28d8b6 commit 746bd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func contains(expected string, values []string) bool {
}

func TestContainerJsonFormat(t *testing.T) {
f, err := os.Open("container.json")
f, err := os.Open("sample_configs/attach_to_bridge.json")
if err != nil {
t.Fatal("Unable to open container.json")
}
Expand Down

0 comments on commit 746bd3b

Please sign in to comment.