Skip to content

Commit 23dab25

Browse files
Fix linting
1 parent 16a4aac commit 23dab25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def test_create_bicep_deployment_group_with_enum(monkeypatch):
475475
bicep_params = {'param1': {'value': 'test'}}
476476
rg_tags = {'infrastructure': 'simple-apim'}
477477

478-
result = utils.create_bicep_deployment_group(
478+
_result = utils.create_bicep_deployment_group(
479479
'test-rg', 'eastus', INFRASTRUCTURE.SIMPLE_APIM, bicep_params, 'params.json', rg_tags
480480
)
481481

@@ -505,7 +505,7 @@ def test_create_bicep_deployment_group_with_string(monkeypatch):
505505

506506
bicep_params = {'param1': {'value': 'test'}}
507507

508-
result = utils.create_bicep_deployment_group(
508+
_result = utils.create_bicep_deployment_group(
509509
'test-rg', 'eastus', 'custom-deployment', bicep_params
510510
)
511511

0 commit comments

Comments
 (0)