We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264b656 commit 31af1b3Copy full SHA for 31af1b3
1 file changed
tests/Integration/Api/ApiV3Test.php
@@ -1429,8 +1429,8 @@ public function testUpdateSubmission() {
1429
unset($data['submissions'][0]['timestamp']);
1430
1431
$this->assertEquals([
1432
- 'userId' => 'test',
1433
- 'userDisplayName' => 'Test Displayname',
+ 'userId' => 'user1',
+ 'userDisplayName' => 'User No. 1',
1434
'formId' => $this->testForms[0]['id'],
1435
'answers' => [
1436
[
0 commit comments