@@ -58,7 +58,7 @@ describe('pg:copy', function () {
5858 api . get ( '/addons/postgres-1' )
5959 . reply ( 200 , addon )
6060 api . post ( '/actions/addon-attachments/resolve' , {
61- app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' , addon_service : 'heroku-postgresql' ,
61+ app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' ,
6262 } )
6363 . reply ( 200 , [ attachment ] )
6464 api . get ( '/apps/myapp/config-vars' )
@@ -108,11 +108,11 @@ describe('pg:copy', function () {
108108 api . get ( '/addons/postgres-2' )
109109 . reply ( 200 , otherAddon )
110110 api . post ( '/actions/addon-attachments/resolve' , {
111- app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' , addon_service : 'heroku-postgresql' ,
111+ app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' ,
112112 } )
113113 . reply ( 200 , [ attachment ] )
114114 api . post ( '/actions/addon-attachments/resolve' , {
115- app : 'myotherapp' , addon_attachment : 'DATABASE_URL' , addon_service : 'heroku-postgresql' ,
115+ app : 'myotherapp' , addon_attachment : 'DATABASE_URL' ,
116116 } )
117117 . reply ( 200 , [ otherAttachment ] )
118118 api . get ( '/apps/myapp/config-vars' )
@@ -152,11 +152,11 @@ describe('pg:copy', function () {
152152 api . get ( '/addons/postgres-2' )
153153 . reply ( 200 , otherAddon )
154154 api . post ( '/actions/addon-attachments/resolve' , {
155- app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' , addon_service : 'heroku-postgresql' ,
155+ app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' ,
156156 } )
157157 . reply ( 200 , [ attachment ] )
158158 api . post ( '/actions/addon-attachments/resolve' , {
159- app : 'myapp' , addon_attachment : 'ATTACHED_BLUE' , addon_service : 'heroku-postgresql' ,
159+ app : 'myapp' , addon_attachment : 'ATTACHED_BLUE' ,
160160 } )
161161 . reply ( 200 , [ attachedBlueAttachment ] )
162162 api . get ( '/apps/myapp/config-vars' )
@@ -192,11 +192,11 @@ describe('pg:copy', function () {
192192 api . get ( '/addons/postgres-2' )
193193 . reply ( 200 , otherAddon )
194194 api . post ( '/actions/addon-attachments/resolve' , {
195- app : 'mylowercaseapp' , addon_attachment : 'lowercase_database_URL' , addon_service : 'heroku-postgresql' ,
195+ app : 'mylowercaseapp' , addon_attachment : 'lowercase_database_URL' ,
196196 } )
197197 . reply ( 200 , [ lowercaseAttachment ] )
198198 api . post ( '/actions/addon-attachments/resolve' , {
199- app : 'myotherapp' , addon_attachment : 'DATABASE_URL' , addon_service : 'heroku-postgresql' ,
199+ app : 'myotherapp' , addon_attachment : 'DATABASE_URL' ,
200200 } )
201201 . reply ( 200 , [ otherAttachment ] )
202202 api . get ( '/apps/mylowercaseapp/config-vars' )
@@ -231,7 +231,7 @@ describe('pg:copy', function () {
231231 api . get ( '/addons/postgres-1' )
232232 . reply ( 200 , addon )
233233 api . post ( '/actions/addon-attachments/resolve' , {
234- app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' , addon_service : 'heroku-postgresql' ,
234+ app : 'myapp' , addon_attachment : 'HEROKU_POSTGRESQL_RED_URL' ,
235235 } )
236236 . reply ( 200 , [ attachment ] )
237237 api . get ( '/apps/myapp/config-vars' )
0 commit comments