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

Commit

Permalink
Updated put test to valid campaign url - PUT request test works now
Browse files Browse the repository at this point in the history
  • Loading branch information
J7mbo committed May 8, 2017
1 parent 47707f8 commit 3242b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TwitterAPIExchangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function testIssue70()
*/
public function testPut()
{
$url = 'https://ads-api.twitter.com/0/accounts/hkk5/campaigns/8zwv';
$url = 'https://ads-api.twitter.com/1/accounts/hkk5/campaigns/8zwv';
$method = 'PUT';
$params = array (
'name' => 'Important',
Expand Down

0 comments on commit 3242b77

Please sign in to comment.