Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jan 22, 2025
1 parent 65b9017 commit 6c2ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linode/databasemysqlv2/datasource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestAccDataSource_basic(t *testing.T) {
resource.TestCheckResourceAttrSet(dataSourceName, "id"),

resource.TestCheckResourceAttrSet(dataSourceName, "ca_cert"),
resource.TestCheckResourceAttr(dataSourceName, "cluster_size", "3"),
resource.TestCheckResourceAttr(dataSourceName, "cluster_size", "1"),
resource.TestCheckResourceAttrSet(dataSourceName, "created"),
resource.TestCheckResourceAttr(dataSourceName, "encrypted", "true"),
resource.TestCheckResourceAttr(dataSourceName, "engine", "mysql"),
Expand Down

0 comments on commit 6c2ba02

Please sign in to comment.