Skip to content

Commit

Permalink
Merge pull request opensearch-project#1138 from gregschohn/flak8fix
Browse files Browse the repository at this point in the history
Style Linting: Placate Flake8 w/ more lines
  • Loading branch information
AndreKurait authored Nov 15, 2024
2 parents 62cecd1 + e23854c commit 65a662b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def test_s3_snapshot_create_calls_subprocess_run_with_correct_args(mocker):
"--max-snapshot-rate-mb-per-node", str(max_snapshot_rate),
], stdout=None, stderr=None, text=True, check=True)


def test_s3_snapshot_create_calls_subprocess_run_with_correct_s3_role(mocker):
s3_role = "arn:aws:iam::123456789012:role/OSMigrations-dev-us-west-1-default-SnapshotRole"
config = {
Expand Down Expand Up @@ -340,6 +341,7 @@ def test_fs_snapshot_create_works_for_clusters_with_basic_auth(mocker):
"--max-snapshot-rate-mb-per-node", str(max_snapshot_rate),
], stdout=None, stderr=None, text=True, check=True)


def test_fs_snapshot_create_works_for_clusters_with_sigv4(mocker):
config = {
"snapshot": {
Expand Down

0 comments on commit 65a662b

Please sign in to comment.