File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,15 +269,15 @@ public function testGetEndpoint()
269
269
'ton/bucket/:bucket '
270
270
);
271
271
$ this ->assertEquals (
272
- 'https://ads-api.twitter.com/1 /accounts/1234/campaigns ' ,
272
+ 'https://ads-api.twitter.com/2 /accounts/1234/campaigns ' ,
273
273
$ cb ->call (
274
274
'_getEndpoint ' ,
275
275
['ads/accounts/1234/campaigns ' , 'ads/accounts/:account_id/campaigns ' ]
276
276
),
277
277
'ads/accounts/:account_id/campaigns '
278
278
);
279
279
$ this ->assertEquals (
280
- 'https://ads-api-sandbox.twitter.com/1 /accounts/1234/campaigns ' ,
280
+ 'https://ads-api-sandbox.twitter.com/2 /accounts/1234/campaigns ' ,
281
281
$ cb ->call (
282
282
'_getEndpoint ' ,
283
283
['ads/sandbox/accounts/1234/campaigns ' , 'ads/sandbox/accounts/:account_id/campaigns ' ]
You can’t perform that action at this time.
0 commit comments