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
@ -109,9 +109,10 @@ class AppRequestControllerTest extends TestCase
|
|||||||
'public_hex' => '8190bda585ee5f1d9fbf7d06e81e69ec18e13376104cff54b7457eb7d3ef710d'
|
'public_hex' => '8190bda585ee5f1d9fbf7d06e81e69ec18e13376104cff54b7457eb7d3ef710d'
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$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