Skip to content

Commit

Permalink
fix aws test
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Mar 24, 2024
1 parent 6712e85 commit 894f84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collectors/test_aws_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def aws_config():
config = S3CollectConfig(
config_source={
"id": str(uuid.uuid4()),
"bucket": "pstreamsbucket1",
"bucket": "querentbucket1",
"region": "ap-south-1",
"access_key": aws_access_key_id,
"secret_key": aws_secret_access_key,
Expand Down

0 comments on commit 894f84d

Please sign in to comment.