Handle Eldad's Comments

This commit is contained in:
Bradley Schofield
2022-11-01 14:43:18 +00:00
parent 1eea8c6d8b
commit cddacfbb78
8 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ trait ProjectCustom
'legalCity' => '',
'legalAddress' => '',
'legalTaxId' => '',
'sessionDuration' => 525600
'authDuration' => 525600
]);
$this->assertEquals(201, $project['headers']['status-code']);