Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Aug 27, 2020
1 parent a6e69a0 commit a0aff49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Codeception/api/com_banners/BannerCest.php
Expand Up @@ -132,6 +132,7 @@ public function testCrudOnCategory(ApiTester $I)

$I->seeResponseCodeIs(HttpCode::OK);
$categoryId = $I->grabDataFromResponseByJsonPath('$.data[0].id');
var_dump($categoryId);die;

$I->amBearerAuthenticated('c2hhMjU2OjM6ZTJmMjJlYTNlNTU0NmM1MDJhYTIzYzMwN2MxYzAwZTQ5NzJhMWRmOTUyNjY5MTk2YjE5ODJmZWMwZTcxNzgwMQ==');
$I->haveHttpHeader('Accept', 'application/vnd.api+json');
Expand Down

0 comments on commit a0aff49

Please sign in to comment.