Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Sep 17, 2019
1 parent 7c7a616 commit b5e4789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/ProjectDatabaseTest.php
Expand Up @@ -73,7 +73,7 @@ public function testRegisterSuccess()
'projectUid' => $project['body']['$uid'],
'projectAPIKeyUid' => $key['body']['$uid'],
'projectAPIKeySecret' => $key['body']['secret'],
'projectSession' => $this->projectClient->parseCookie($user['headers']['set-cookie'])['a-session-console'],
'projectSession' => $this->projectClient->parseCookie($user['headers']['set-cookie'])['a-session-' . $project['body']['$uid']],
];
}

Expand Down

0 comments on commit b5e4789

Please sign in to comment.