Skip to content

Commit

Permalink
azurerm_orbital_spacecraft: fix update acc test (#27460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 authored Sep 23, 2024
1 parent 4c2dc27 commit 80bf3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/orbital/spacecraft_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (r SpacecraftResource) update(data acceptance.TestData) string {
resource "azurerm_orbital_spacecraft" "test" {
name = "acctestspacecraft-%[2]d"
resource_group_name = azurerm_resource_group.test.name
location = "eastus"
location = "westus"
norad_id = "23456"
links {
Expand Down

0 comments on commit 80bf3d2

Please sign in to comment.