test(IT): Test account create

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-08-06 19:06:45 +02:00
parent 1879e58b2b
commit 47e311201f
4 changed files with 147 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ class SaveCopyControllerTest extends IntegrationTestCase
$this->runApp($container);
$this->expectOutputString(
'{"status":0,"description":"Account created","data":{"itemId":100,"nextAction":""},"messages":[]}'
'{"status":0,"description":"Account created","data":{"itemId":100,"nextAction":"5"},"messages":[]}'
);
}