Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Dec 4, 2024
1 parent 35f59cc commit 2a8f2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ provider "azuread" {
}

provider "azurerm" {
foo = "bar"
foo = "bar"
subscription_id = "test-subscription"
features {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ provider "azuread" {
}

provider "azurerm" {
subscription_id = "test-subscription"
features {
}
}
Expand Down

0 comments on commit 2a8f2a0

Please sign in to comment.