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 1412fe2 commit f2a263fCopy full SHA for f2a263f
osbot_local_stack/testing/TestCase__Local_Stack.py
@@ -10,7 +10,7 @@ class TestCase__Local_Stack(TestCase):
10
@classmethod
11
def setUpClass(cls):
12
cls.local_stack = Local_Stack()
13
- cls.temp_asw_credentials = Temp_AWS_Credentials()
+ cls.temp_asw_credentials = Temp_AWS_Credentials().with_localstack_credentials()
14
cls.temp_asw_credentials.set_vars()
15
if cls.aws_region is None:
16
cls.aws_region = aws_config.region_name()
0 commit comments