Skip to content

Commit

Permalink
Style Linting: Placate Flake8 w/ more lines
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
  • Loading branch information
gregschohn committed Nov 13, 2024
1 parent 5514bc7 commit 5019545
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 5019545

Please sign in to comment.