Skip to content

Commit f2a263f

Browse files
committed
fixed TestCase__Local_Stack
1 parent 1412fe2 commit f2a263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osbot_local_stack/testing/TestCase__Local_Stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestCase__Local_Stack(TestCase):
1010
@classmethod
1111
def setUpClass(cls):
1212
cls.local_stack = Local_Stack()
13-
cls.temp_asw_credentials = Temp_AWS_Credentials()
13+
cls.temp_asw_credentials = Temp_AWS_Credentials().with_localstack_credentials()
1414
cls.temp_asw_credentials.set_vars()
1515
if cls.aws_region is None:
1616
cls.aws_region = aws_config.region_name()

0 commit comments

Comments
 (0)