We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed4ab7 commit 5bfaa8eCopy full SHA for 5bfaa8e
tests/conftest.py
@@ -3,6 +3,7 @@
3
import boto3
4
from testcontainers.localstack import LocalStackContainer
5
from botocore.exceptions import ClientError
6
+import glob
7
8
os.environ["AWS_ACCESS_KEY_ID"] = "test"
9
os.environ["AWS_SECRET_ACCESS_KEY"] = "test"
0 commit comments