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 c75cd1b commit d702461Copy full SHA for d702461
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()
+ self.client = Client.from_config_file_and_env()
16
self.instance_api = InstanceV1API(self.client, bypass_validation=True)
17
18
def test_list_servers_type(self):
0 commit comments