1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Fix testUpdateProjectAuthDuration

This commit is contained in:
Bradley Schofield 2022-11-07 11:14:01 +00:00
parent 4dfafd1169
commit 85cb520dd6

View file

@ -490,7 +490,7 @@ class ProjectsConsoleClientTest extends Scope
], $this->getHeaders()));
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals(525600, $response['body']['authDuration']); // 1 Year
$this->assertEquals(31536000, $response['body']['authDuration']); // 1 Year
return ['projectId' => $projectId];
}