Browse Source

回传日志

liuzejian 2 years ago
parent
commit
8c329f1b10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Callback/Http/Controllers/CallbackLogControllerTest.php

+ 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() {