-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
olake-ui/server/tests/test_utils.go
Lines 275 to 280 in 4c59bcf
| // TODO: Remove patch command and find alternative to use local code | |
| func PatchDockerCompose(ctx context.Context, t *testing.T, ctr testcontainers.Container) error { | |
| patchCmd := ` | |
| set -e | |
| tmpfile=$(mktemp) | |
| awk ' |