Skip to content

Commit

Permalink
fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slawande2 committed Oct 2, 2024
1 parent bb4c1b2 commit 2683beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def test_validate_worker_vm_disk_size_gb(test_description, namespace, expected_e
None
),
(
"should raise MutuallyExclusiveArgumentError Exception because namespace.platform_workload_identities is present",
"should raise MutuallyExclusiveArgumentError Exception because namespace.platform_workload_identities is present",
Mock(platform_workload_identities=[Mock(resource_id='Foo')], client_id=None, client_secret=None),
MutuallyExclusiveArgumentError
)
Expand Down

0 comments on commit 2683beb

Please sign in to comment.