Skip to content

Commit 991c714

Browse files
committed
fix: build path in integration test
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
1 parent 4f8e4f5 commit 991c714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
func TestMain(m *testing.M) {
3030
var err error
3131

32-
absPath, err := filepath.Abs("../build")
32+
absPath, err := filepath.Abs("../_output")
3333
if err != nil {
3434
log.Fatalf("Failed to resolve build path: %v", err)
3535
}

0 commit comments

Comments
 (0)