Skip to content

Commit

Permalink
Merge pull request #94 from vshn/change/appcat_postgres_name
Browse files Browse the repository at this point in the history
Adjust template for new postgresql name
  • Loading branch information
Kidswiss committed Jul 5, 2023
2 parents 8515b14 + 30db125 commit f3860aa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion description_templates/golden_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestGenerateGolden(t *testing.T) {
sourceKeys = append(sourceKeys, "appcat_opensearch:exoscale:*:*:startup-8", "appcat_opensearch:exoscale:*:*:premium-30x-16")
sourceKeys = append(sourceKeys, "appcat_redis:exoscale:*:*:hobbyist-2", "appcat_redis:exoscale:*:*:premium-16")
sourceKeys = append(sourceKeys, "appcat_postgres:exoscale:*:*:startup-8", "appcat_postgres:exoscale:*:*:premium-32")
sourceKeys = append(sourceKeys, "appcat_postgres:vshn:*:*:standalone-besteffort", "appcat_postgres:vshn:*:*:standalone-guaranteed")
sourceKeys = append(sourceKeys, "appcat_postgresql:vshn:*:*:standalone-besteffort", "appcat_postgresql:vshn:*:*:standalone-guaranteed")
sourceKeys = append(sourceKeys, "appcat_mysql:exoscale:*:*:startup-16", "appcat_mysql:exoscale:*:*:business-225")

baseItem := invoice.Item{
Expand Down

0 comments on commit f3860aa

Please sign in to comment.