Skip to content

Commit

Permalink
test: Fixed invalid parameters in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-mrzyglod committed Sep 3, 2024
1 parent e725e7e commit fdcaf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public void AutomationAccount_TF_Generic_WhenAutomationAccountIsDefined_Calculat
"templates/reworked/automation-account/tf/generic/main.tf",
"cf70b558-b930-45e4-9048-ebcefb926adf",
"arm-estimator-tests-rg",
"--generateJsonOutput",
"--jsonOutputFilename",
"--generate-json-output",
"--json-output-filename",
outputFilename,
"--mocked-retail-api-response-path",
"mocked-responses/retail-api/automation-account/usage-patterns.json"
Expand Down
2 changes: 1 addition & 1 deletion ace-tests/Reworked/OutputTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void Output_WhenTableOutputFormatIsSet_ItShouldGenerateWithoutError()
"templates/reworked/automation-account/automation-account.bicep",
"cf70b558-b930-45e4-9048-ebcefb926adf",
"arm-estimator-tests-rg",
"--generateJsonOutput",
"--generate-json-output",
"--json-output-filename",
outputFilename,
"--output-format",
Expand Down

0 comments on commit fdcaf54

Please sign in to comment.