Skip to content

Commit 380b809

Browse files
committed
fix: enhance error handling in stack deployment tests
1 parent 40ed64e commit 380b809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/docker/compose_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ func TestDeployCompose(t *testing.T) {
226226
if err != nil {
227227
if errors.Is(err, config.ErrDeprecatedConfig) {
228228
t.Log(err.Error())
229+
} else {
230+
t.Fatalf("failed to deploy stack: %v", err)
229231
}
230232
}
231233

0 commit comments

Comments
 (0)