Skip to content

Commit d27a4ac

Browse files
committed
wip
1 parent c99800d commit d27a4ac

20 files changed

+9516
-7506
lines changed

internal/acctest/vcr.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var SensitiveFields = map[string]interface{}{
3535
// QueryMatcherIgnore contains the list of query value that should be ignored when matching requests with cassettes
3636
var QueryMatcherIgnore = []string{
3737
"organization_id",
38+
"project_id",
3839
}
3940

4041
// BodyMatcherIgnore contains the list of json body keys that should be ignored when matching requests with cassettes

internal/services/container/testdata/container-basic.cassette.yaml

Lines changed: 349 additions & 398 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-env.cassette.yaml

Lines changed: 545 additions & 349 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-health-check.cassette.yaml

Lines changed: 402 additions & 304 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-http-option.cassette.yaml

Lines changed: 557 additions & 410 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-sandbox.cassette.yaml

Lines changed: 591 additions & 493 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-scaling-option.cassette.yaml

Lines changed: 554 additions & 701 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-with-img.cassette.yaml

Lines changed: 224 additions & 420 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/cron-basic.cassette.yaml

Lines changed: 762 additions & 321 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/cron-with-multi-args.cassette.yaml

Lines changed: 565 additions & 369 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)