Skip to content

Commit

Permalink
fix python lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slawande2 committed Oct 1, 2024
1 parent c63083e commit 7968818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def test_validate_worker_vm_disk_size_gb(test_description, namespace, expected_e
"should not raise any Exception because namespace.client_secret is None and namespace.client_id is None",
Mock(platform_workload_identities=None, client_secret=None, client_id=None),
None
),
),
(
"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),
Expand Down

0 comments on commit 7968818

Please sign in to comment.