Skip to content

Commit 559510c

Browse files
committed
fix: trying to fix CI
1 parent 77bd587 commit 559510c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/migrators/lib/tests/pagerduty/test_migrate.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
@patch("lib.pagerduty.migrate.MIGRATE_USERS", False)
12+
@patch("lib.pagerduty.migrate.MIGRATE_SERVICES", False)
1213
@patch("lib.pagerduty.migrate.APISession")
1314
@patch("lib.pagerduty.migrate.OnCallAPIClient")
1415
def test_users_are_skipped_when_migrate_users_is_false(

0 commit comments

Comments
 (0)