Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 3242b77

Browse files
committed
Updated put test to valid campaign url - PUT request test works now
1 parent 47707f8 commit 3242b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TwitterAPIExchangeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function testIssue70()
310310
*/
311311
public function testPut()
312312
{
313-
$url = 'https://ads-api.twitter.com/0/accounts/hkk5/campaigns/8zwv';
313+
$url = 'https://ads-api.twitter.com/1/accounts/hkk5/campaigns/8zwv';
314314
$method = 'PUT';
315315
$params = array (
316316
'name' => 'Important',

0 commit comments

Comments
 (0)