Skip to content

Commit 182ff68

Browse files
committed
temp
1 parent 53d3d50 commit 182ff68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/e2e/bootstrap_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ def read_bootstrap_config(config_dir: Path, bootstrap_file_name: str = "bootstra
9191
path = config_dir / bootstrap_file_name
9292
with open(path, "r") as stream:
9393
bootstrap = yaml.safe_load(stream)
94-
return bootstrap
94+
return bootstrap

test/e2e/service_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ def service_cleanup(config: dict):
148148

149149
if __name__ == "__main__":
150150
bootstrap_config = read_bootstrap_config(bootstrap_directory)
151-
service_cleanup(bootstrap_config)
151+
service_cleanup(bootstrap_config)

test/e2e/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ def retrieve_replication_group(rg_id: str):
150150

151151
def retrieve_replication_group_tags(rg_arn: str):
152152
taglist_response = ec.list_tags_for_resource(ResourceName=rg_arn)
153-
return taglist_response['TagList']
153+
return taglist_response['TagList']

0 commit comments

Comments
 (0)