|
@@ -13,7 +13,7 @@ class CallbackLogControllerTest extends UsedTestCase
|
|
$res = $this->withHeaders([
|
|
$res = $this->withHeaders([
|
|
'Authorization' => 'Bearer '. $this->token,
|
|
'Authorization' => 'Bearer '. $this->token,
|
|
])->json('get','http://localhost/api/callback/juliangAccount/log/list', []);
|
|
])->json('get','http://localhost/api/callback/juliangAccount/log/list', []);
|
|
- $res->dump();
|
|
|
|
|
|
+ $this->dumpJson($res);
|
|
}
|
|
}
|
|
|
|
|
|
public function testCallbackAgain() {
|
|
public function testCallbackAgain() {
|