From 3242b775b3f5e3ae2c769c963def89bc139bb7ae Mon Sep 17 00:00:00 2001 From: J7mbo Date: Mon, 8 May 2017 13:49:16 +0200 Subject: [PATCH] Updated put test to valid campaign url - PUT request test works now --- test/TwitterAPIExchangeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TwitterAPIExchangeTest.php b/test/TwitterAPIExchangeTest.php index 8c87d41..24121d6 100644 --- a/test/TwitterAPIExchangeTest.php +++ b/test/TwitterAPIExchangeTest.php @@ -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',