Skip to content

Commit a9693c5

Browse files
committed
Revert capabilities' changes in get_regions
1 parent 6110522 commit a9693c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ def test_monitor_client(get_monitor_token_for_db_entities):
735735
def create_reserved_ip(test_linode_client):
736736
client = test_linode_client
737737
region = get_region(
738-
client, {"Linodes", "Cloud Firewall", "Nodebalancers"}, site_type="core"
738+
client, {"Linodes", "Cloud Firewall"}, site_type="core"
739739
)
740740
reserved_ip = client.networking.reserved_ip_create(
741741
region=region, tags=["test"]

0 commit comments

Comments
 (0)