Skip to content

Commit 817ee59

Browse files
committed
test: check for right attribute
OTT-6870
1 parent 41aa352 commit 817ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsmt/resource_source_location_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestAccSourceLocationResourceMinimal(t *testing.T) {
1818
Config: minimalSourceLocation(name),
1919
Check: resource.ComposeAggregateTestCheckFunc(
2020
resource.TestCheckResourceAttr(resourceName, "id", name),
21-
resource.TestCheckResourceAttr(resourceName, "default_segment_delivery_configuration.base_url", "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"),
21+
resource.TestCheckResourceAttr(resourceName, "http_configuration.base_url", "https://ott-mediatailor-test.s3.eu-central-1.amazonaws.com"),
2222
),
2323
},
2424
},

0 commit comments

Comments
 (0)