Skip to content

Commit

Permalink
fix testUpdateSubmission
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <[email protected]>
  • Loading branch information
tpokorra committed Jan 22, 2025
1 parent f7518fd commit fab2932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Api/ApiV3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -1429,8 +1429,8 @@ public function testUpdateSubmission() {
unset($data['submissions'][0]['timestamp']);

$this->assertEquals([
'userId' => 'test',
'userDisplayName' => 'Test Displayname',
'userId' => 'user1',
'userDisplayName' => 'User No. 1',
'formId' => $this->testForms[0]['id'],
'answers' => [
[
Expand Down

0 comments on commit fab2932

Please sign in to comment.