Skip to content

Commit 31af1b3

Browse files
committed
fix testUpdateSubmission
Signed-off-by: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
1 parent 264b656 commit 31af1b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Integration/Api/ApiV3Test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ public function testUpdateSubmission() {
14291429
unset($data['submissions'][0]['timestamp']);
14301430

14311431
$this->assertEquals([
1432-
'userId' => 'test',
1433-
'userDisplayName' => 'Test Displayname',
1432+
'userId' => 'user1',
1433+
'userDisplayName' => 'User No. 1',
14341434
'formId' => $this->testForms[0]['id'],
14351435
'answers' => [
14361436
[

0 commit comments

Comments
 (0)