Skip to content

Commit

Permalink
chore: fix terraform-tests to account for new property
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw committed Nov 28, 2023
1 parent ef98f52 commit dcfb087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-tests/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func testTerraformRedis(region string) {
"tags_all": BeAssignableToTypeOf(map[string]any{}),
"user_group_ids": BeNil(),
"data_tiering_enabled": BeFalse(),
"auth_token_update_strategy": BeAssignableToTypeOf("string"),
}))
})
})
Expand Down

0 comments on commit dcfb087

Please sign in to comment.