From 5019545def48af35a0601ccdea73576563ba65aa Mon Sep 17 00:00:00 2001 From: Greg Schohn Date: Wed, 13 Nov 2024 18:04:38 -0500 Subject: [PATCH] Style Linting: Placate Flake8 w/ more lines Signed-off-by: Greg Schohn --- .../migrationConsole/lib/console_link/tests/test_snapshot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/tests/test_snapshot.py b/TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/tests/test_snapshot.py index 545863440..2171dafec 100644 --- a/TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/tests/test_snapshot.py +++ b/TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link/tests/test_snapshot.py @@ -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 = { @@ -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": {