Skip to content

Commit

Permalink
fix some small overlooked comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Dec 20, 2024
1 parent c437d48 commit a8366d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/azure/client_factory_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build azure
// +build azure

//This file contains unit tests for the client factory implementation(s).
// This file contains unit tests for the client factory implementation(s).

package azure

Expand Down
2 changes: 1 addition & 1 deletion test/azure/terraform_azure_container_apps_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestTerraformAzureContainerAppExample(t *testing.T) {
containerAppName := terraform.Output(t, terraformOptions, "container_app_name")
containerAppJobName := terraform.Output(t, terraformOptions, "container_app_job_name")

// website::tag::4:: Get FrontDoor details and assert them against the terraform output
// website::tag::4:: Get Azure Container app details and assert them against the terraform output
// NOTE: the value of subscriptionID can be left blank, it will be replaced by the value
// of the environment variable ARM_SUBSCRIPTION_ID

Expand Down

0 comments on commit a8366d7

Please sign in to comment.