Skip to content

Commit 799a7b0

Browse files
committed
cassette update
1 parent 6e5c7a8 commit 799a7b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/integration/cassettes/test_cli/TestCli.test_import.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ interactions:
23832383
Content-Type:
23842384
- application/json
23852385
method: GET
2386-
uri: https://api.datadoghq.eu/api/v2/downtime
2386+
uri: https://api.datadoghq.eu/api/v2/downtime?page%5Blimit%5D=100&page%5Boffset%5D=0
23872387
response:
23882388
body:
23892389
string: '{"data": [{"type": "downtime", "attributes": {"mute_first_recovery_notification":

tests/integration/cassettes/test_cli/TestCli.test_import_without_verify_ddr_status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ interactions:
23092309
Content-Type:
23102310
- application/json
23112311
method: GET
2312-
uri: https://api.datadoghq.eu/api/v2/downtime
2312+
uri: https://api.datadoghq.eu/api/v2/downtime?page%5Blimit%5D=100&page%5Boffset%5D=0
23132313
response:
23142314
body:
23152315
string: '{"data": [{"type": "downtime", "attributes": {"message": "", "mute_first_recovery_notification":

tests/integration/cassettes/test_cli/TestCli.test_migrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ interactions:
23472347
Content-Type:
23482348
- application/json
23492349
method: GET
2350-
uri: https://api.datadoghq.eu/api/v2/downtime
2350+
uri: https://api.datadoghq.eu/api/v2/downtime?page%5Blimit%5D=100&page%5Boffset%5D=0
23512351
response:
23522352
body:
23532353
string: '{"data": [{"type": "downtime", "attributes": {"monitor_identifier":

tests/integration/cassettes/test_cli/TestCli.test_migrate_without_verify_ddr_status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ interactions:
23092309
Content-Type:
23102310
- application/json
23112311
method: GET
2312-
uri: https://api.datadoghq.eu/api/v2/downtime
2312+
uri: https://api.datadoghq.eu/api/v2/downtime?page%5Blimit%5D=100&page%5Boffset%5D=0
23132313
response:
23142314
body:
23152315
string: '{"data": [{"type": "downtime", "attributes": {"schedule": {"end": null,

0 commit comments

Comments
 (0)