Skip to content

Commit

Permalink
Fix number of args to fmt.Sprintf in testAccAzureRMApiManagementApi_o…
Browse files Browse the repository at this point in the history
…penidAuthentication

Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom committed Jul 8, 2020
1 parent 429db49 commit 768d20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ resource "azurerm_api_management_api" "test" {
]
}
}
`, template, data.RandomInteger, data.RandomInteger)
`, template, data.RandomInteger, data.RandomInteger, data.RandomInteger, data.RandomInteger, data.RandomInteger)
}

func testAccAzureRMApiManagementApi_template(data acceptance.TestData) string {
Expand Down

0 comments on commit 768d20f

Please sign in to comment.