Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
constanca-m committed Apr 17, 2024
1 parent e55eeae commit 6b04a44
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/handlers/aws/test_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@ def test_ls_es_output(self) -> None:

s3_sqs_queue_name = _time_based_id(suffix="source-s3-sqs")

s3_sqs_queue = _sqs_create_queue(self.sqs_client, s3_sqs_queue_name, self.localstack.get_url())

s3_sqs_queue_arn = s3_sqs_queue["QueueArn"]
s3_sqs_queue_url = s3_sqs_queue["QueueUrl"]

config_yaml: str = f"""
inputs:
- type: s3-sqs
id: "{s3_sqs_queue_arn}"
tags: {self.default_tags}
outputs: {self.default_outputs}
"""
#s3_sqs_queue = _sqs_create_queue(self.sqs_client, s3_sqs_queue_name, self.localstack.get_url())
#
#s3_sqs_queue_arn = s3_sqs_queue["QueueArn"]
#s3_sqs_queue_url = s3_sqs_queue["QueueUrl"]
#
#config_yaml: str = f"""
# inputs:
# - type: s3-sqs
# id: "{s3_sqs_queue_arn}"
# tags: {self.default_tags}
# outputs: {self.default_outputs}
#"""

#config_file_path = "config.yaml"
#config_bucket_name = _time_based_id(suffix="config-bucket")
Expand Down

0 comments on commit 6b04a44

Please sign in to comment.