liuzejian 2 gadi atpakaļ
vecāks
revīzija
8c329f1b10

+ 1 - 1
tests/Callback/Http/Controllers/CallbackLogControllerTest.php

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