mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
update test
This commit is contained in:
parent
f3275bfc22
commit
90d3b9aa43
@ -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']]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user