We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05390bb commit 880b885Copy full SHA for 880b885
scaleway/tests/test_total_count_legacy.py
@@ -12,7 +12,7 @@
12
13
class TestTotalCountLegacy(unittest.TestCase):
14
def setUp(self) -> None:
15
- self.client = Client.from_config_file_and_env()
+ self.client = Client.from_env()
16
self.instance_api = InstanceV1API(self.client, bypass_validation=True)
17
18
def test_list_servers_type(self):
0 commit comments