Skip to content

Commit e158099

Browse files
committed
update tests for cur2 tables
1 parent 2c806b4 commit e158099

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cid/test/bats/10-deploy-update-delete/cost_intelligence_dashboard.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
account_id=$(aws sts get-caller-identity --query "Account" --output text )
5-
database_name="${database_name:-athenacurcfn_cur1}" # If variable not set or null, use default
5+
database_name="${database_name:-cid_data_export}" # If variable not set or null, use default
66

77
@test "Install" {
88
run cid-cmd -vv deploy \

cid/test/bats/10-deploy-update-delete/cudos.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cur_table="${cur_table:-cur2}" # If variable not set or null, use default. FIXME
6262
@test "Update works" {
6363
run cid-cmd -vv --yes update --force --recursive \
6464
--dashboard-id cudos-v5 \
65-
--cur-database $database_name \
65+
--cur-database $cur_database_name \
6666
--cur-table-name $cur_table \
6767
--athena-database $database_name\
6868
--athena-workgroup primary\

cid/test/bats/10-deploy-update-delete/kpi_dashboard.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
account_id=$(aws sts get-caller-identity --query "Account" --output text )
5-
database_name="${database_name:-athenacurcfn_cur1}" # If variable not set or null, use default
5+
database_name="${database_name:-id_data_export}" # If variable not set or null, use default
66

77
@test "Install" {
88
run cid-cmd -vv deploy \

0 commit comments

Comments
 (0)