Skip to content

Commit

Permalink
Updating test checks to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Aug 14, 2018
1 parent 6a16948 commit 52f15b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azurerm/data_source_log_analytics_workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ func TestAccDataSourceAzureRMLogAnalyticsWorkspace_basic(t *testing.T) {
{
Config: config,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(dataSourceName, "sku", "PerGB2018"),
resource.TestCheckResourceAttr(dataSourceName, "sku", "pergb2018"),
resource.TestCheckResourceAttr(dataSourceName, "retention_in_days", "30"),
resource.TestCheckResourceAttr(dataSourceName, "tags.%", "1"),
resource.TestCheckResourceAttr(dataSourceName, "tags.environment", "production"),
),
},
},
Expand Down

0 comments on commit 52f15b0

Please sign in to comment.