Skip to content

Commit 6bcef60

Browse files
committed
update unit tests
1 parent 73ccd71 commit 6bcef60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Project/Controller/ImportProjectControllerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public function testImportProject()
4747
$formData->groupId = 2;
4848
$formData->testApiKeySapi3 = 'a77f461f-3837-49bc-b2a6-1a8f57bf30d6';
4949
$formData->liveApiKeySapi3 = 'de808573-cfc4-4990-b91b-cf5673b913ac';
50+
$formData->testClientId = '550e8400-e29b-41d4-a716-446655440000';
51+
$formData->liveClientId = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
5052
$formData->state = 'active';
5153

5254
$this->request
@@ -62,6 +64,8 @@ public function testImportProject()
6264
$formData->groupId,
6365
$formData->testApiKeySapi3,
6466
$formData->liveApiKeySapi3,
67+
$formData->testClientId,
68+
$formData->liveClientId,
6569
$formData->state
6670
);
6771
$this->messageBus

0 commit comments

Comments
 (0)