Skip to content

Commit 87685b3

Browse files
committed
Update test assertions to match new modules
1 parent 7838c1c commit 87685b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

provider/datasource_rediscloud_database_modules_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ func TestAccDataSourceRedisCloudDatabaseModules_basic(t *testing.T) {
2222
"name": "RediSearch",
2323
}),
2424
resource.TestCheckTypeSetElemNestedAttrs("data.rediscloud_database_modules.foo", "modules.*", map[string]string{
25-
"name": "RedisGraph",
25+
"name": "RedisJSON",
26+
}),
27+
resource.TestCheckTypeSetElemNestedAttrs("data.rediscloud_database_modules.foo", "modules.*", map[string]string{
28+
"name": "RedisTimeSeries",
2629
}),
2730
),
2831
},

0 commit comments

Comments
 (0)