Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTobi committed Nov 29, 2023
1 parent 591a051 commit 6296925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/services/subscription/data_source_location_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func TestAccDataSourceLocation_westUS(t *testing.T) {
check.That(data.ResourceName).Key("zone_mappings.0.logical_zone").HasValue("1"),
check.That(data.ResourceName).Key("zone_mappings.1.logical_zone").HasValue("2"),
check.That(data.ResourceName).Key("zone_mappings.2.logical_zone").HasValue("3"),
check.That(data.ResourceName).Key("zone_mappings.0.physical_zone").HasValue("westus-az1"),
check.That(data.ResourceName).Key("zone_mappings.1.physical_zone").HasValue("westus-az3"),
check.That(data.ResourceName).Key("zone_mappings.2.physical_zone").HasValue("westus-az2"),
check.That(data.ResourceName).Key("zone_mappings.0.physical_zone").IsNotEmpty(),
check.That(data.ResourceName).Key("zone_mappings.1.physical_zone").IsNotEmpty(),
check.That(data.ResourceName).Key("zone_mappings.2.physical_zone").IsNotEmpty(),
),
},
})
Expand Down

0 comments on commit 6296925

Please sign in to comment.