diff --git a/test/workflows/edge_port/test_import_edge_port.py b/test/workflows/edge_port/test_import_edge_port.py index 6d79e89db487c17269480824a2e7606b7eb62330..7fb1fcbdf851c9fb7b73aa30933e508c679b8743 100644 --- a/test/workflows/edge_port/test_import_edge_port.py +++ b/test/workflows/edge_port/test_import_edge_port.py @@ -15,4 +15,4 @@ def test_import_edge_port_success(edge_port_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.EDGE_PORT assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/iptrunk/test_import_iptrunk.py b/test/workflows/iptrunk/test_import_iptrunk.py index 99cdbfd93fc1cd84c7ebf55e7375b1df1d420b97..52a52c329dbad987d3b360315522d0bda827354c 100644 --- a/test/workflows/iptrunk/test_import_iptrunk.py +++ b/test/workflows/iptrunk/test_import_iptrunk.py @@ -15,4 +15,4 @@ def test_import_iptrunk_success(iptrunk_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.IP_TRUNK assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/nren_l3_core_service/test_import_nren_l3_core_service.py b/test/workflows/nren_l3_core_service/test_import_nren_l3_core_service.py index b155bb72620c729727433b3534f4af2adf40f89e..13095de6ead5ad679d2ccb9ceb1106d986a79470 100644 --- a/test/workflows/nren_l3_core_service/test_import_nren_l3_core_service.py +++ b/test/workflows/nren_l3_core_service/test_import_nren_l3_core_service.py @@ -20,4 +20,4 @@ def test_import_nren_l3_core_service_success(nren_l3_core_service_subscription_f # Remove the "IMPORTED_" prefix with ``[9:]`` assert subscription.nren_l3_core_service_type == NRENL3CoreServiceType(l3_core_service_type.value[9:]) assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/nren_l3_core_service/test_migrate_nren_l3_core_service.py b/test/workflows/nren_l3_core_service/test_migrate_nren_l3_core_service.py index 95d6d68b2c348ebbb70cc71b0438192e0e9b162d..a4ad8a9f95a0c834536fae3e76478b65e35264cc 100644 --- a/test/workflows/nren_l3_core_service/test_migrate_nren_l3_core_service.py +++ b/test/workflows/nren_l3_core_service/test_migrate_nren_l3_core_service.py @@ -43,7 +43,7 @@ def test_migrate_nren_l3_core_service_success( assert_complete(result) state = extract_state(result) subscription = NRENL3CoreService.from_subscription(state["subscription_id"]) - assert subscription.insync + assert subscription.insync is True assert len(subscription.nren_l3_core_service.nren_ap_list) == 2 assert str(subscription.nren_l3_core_service.nren_ap_list[0].sbp.edge_port.owner_subscription_id) == new_edge_port_1 assert str(subscription.nren_l3_core_service.nren_ap_list[1].sbp.edge_port.owner_subscription_id) == new_edge_port_2 diff --git a/test/workflows/office_router/test_import_office_router.py b/test/workflows/office_router/test_import_office_router.py index c9894e98eeb5abb69843f849e04c6209daff8983..e86e3ed1978271adb61cc4c0024759434ba9953a 100644 --- a/test/workflows/office_router/test_import_office_router.py +++ b/test/workflows/office_router/test_import_office_router.py @@ -15,4 +15,4 @@ def test_import_office_router_success(office_router_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.OFFICE_ROUTER assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/opengear/test_import_opengear.py b/test/workflows/opengear/test_import_opengear.py index 37c7d1718444341b8f645942b0c6baaf24f7e3a6..6ca1da2523951ffc5ff8fe3e296bfd46fed9a76f 100644 --- a/test/workflows/opengear/test_import_opengear.py +++ b/test/workflows/opengear/test_import_opengear.py @@ -15,4 +15,4 @@ def test_import_office_router_success(opengear_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.OPENGEAR assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/router/test_import_router.py b/test/workflows/router/test_import_router.py index 3c06b3385b501f031b90ca9769da038295becbb8..2bab9ac22a03bb9a0ec5f60da14fb56403668033 100644 --- a/test/workflows/router/test_import_router.py +++ b/test/workflows/router/test_import_router.py @@ -15,4 +15,4 @@ def test_import_site_success(router_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.ROUTER assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/site/test_import_site.py b/test/workflows/site/test_import_site.py index ac476c107498f342e2e206e42d6457c966fd6732..f706a4737b5c2747693529ab084646c47848d32e 100644 --- a/test/workflows/site/test_import_site.py +++ b/test/workflows/site/test_import_site.py @@ -15,4 +15,4 @@ def test_import_site_success(site_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.SITE assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True diff --git a/test/workflows/super_pop_switch/test_import_super_pop_switch.py b/test/workflows/super_pop_switch/test_import_super_pop_switch.py index 4d20774c7d91470f6210da9e19d15632794bbf7c..2961b53988122eec82bcb4ccbde63f85acbfb864 100644 --- a/test/workflows/super_pop_switch/test_import_super_pop_switch.py +++ b/test/workflows/super_pop_switch/test_import_super_pop_switch.py @@ -15,4 +15,4 @@ def test_import_super_pop_switch_success(super_pop_switch_subscription_factory): assert_complete(result) assert subscription.product.name == ProductName.SUPER_POP_SWITCH assert subscription.status == SubscriptionLifecycle.ACTIVE - assert subscription.insync + assert subscription.insync is True