Skip to content

Commit 5bfaa8e

Browse files
committed
Adding glob
1 parent fed4ab7 commit 5bfaa8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import boto3
44
from testcontainers.localstack import LocalStackContainer
55
from botocore.exceptions import ClientError
6+
import glob
67

78
os.environ["AWS_ACCESS_KEY_ID"] = "test"
89
os.environ["AWS_SECRET_ACCESS_KEY"] = "test"

0 commit comments

Comments
 (0)