Skip to content

Commit

Permalink
service/qldb: Address PR #10394 feedback
Browse files Browse the repository at this point in the history
Output from acceptance testing:

```
--- PASS: TestAccAWSQLDBLedger_basic (42.55s)
--- PASS: TestAccAWSQLDBLedger_Tags (59.12s)
--- PASS: TestAccDataSourceAwsQLDBLedger (72.38s)
```
  • Loading branch information
bflad committed Nov 1, 2019
1 parent 5eaabea commit de6f9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aws/internal/keyvaluetags/update_tags_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion aws/resource_aws_qldb_ledger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func TestAccAWSQLDBLedger_basic(t *testing.T) {
testAccCheckAWSQLDBLedgerExists(resourceName, &qldbCluster),
testAccMatchResourceAttrRegionalARN(resourceName, "arn", "qldb", regexp.MustCompile(`ledger/.+`)),
resource.TestMatchResourceAttr(resourceName, "name", regexp.MustCompile("test-ledger-[0-9]+")),
resource.TestCheckResourceAttr(resourceName, "permissions_mode", "ALLOW_ALL"),
resource.TestCheckResourceAttr(resourceName, "deletion_protection", "false"),
resource.TestCheckResourceAttr(resourceName, "tags.%", "0"),
),
Expand Down

0 comments on commit de6f9c9

Please sign in to comment.