Fix unit test path

Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
Michael Crosby 2014-06-20 10:39:50 -07:00
parent d28d8b67a9
commit 746bd3b8ab
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}