update test

This commit is contained in:
einhorn_b 2021-06-16 15:21:39 +02:00
parent f3275bfc22
commit 90d3b9aa43

View File

@ -111,7 +111,8 @@ class AppRequestControllerTest extends TestCase
]); ]);
$this->getAndParse('/api/get-balance/' . 1211, $this->getAndParse('/api/get-balance/' . 1211,
['state' => 'not found', 'msg' => 'invalid session'] ['state' => 'not found', 'msg' => 'invalid session',
'details' => ['msg' => 'session not found', 'state' => 'not found']]
); );
} }