Skip to content

Commit 40b07ca

Browse files
committed
Fix unused variable
1 parent 7932448 commit 40b07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/pcluster/validators/test_cluster_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ def test_dcv_validator(
18271827
mocker, boto3_stubber, dcv_enabled, os, instance_type, allowed_ips, port, gpu_count, expected_message
18281828
):
18291829
mock_aws_api(mocker)
1830-
get_instance_type_info_mock = mocker.patch(
1830+
mocker.patch(
18311831
"pcluster.aws.ec2.Ec2Client.get_instance_type_info",
18321832
return_value=InstanceTypeInfo(
18331833
{

0 commit comments

Comments
 (0)