Skip to content

Commit db682c6

Browse files
committed
[internal-api-client] OrchestrationJobMatcherTest notes
1 parent c767979 commit db682c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Orchestration/OrchestrationJobMatcherTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private function createOrchestrationLikeJobs(array $configurationData, array $cr
113113
;
114114

115115
$tokens = new Tokens($storageClient);
116-
$token = $tokens->createToken($tokenOptions);
116+
$token = $tokens->createToken($tokenOptions); // new token, created specially for this job
117117

118118
$queueClient = $this->getClient();
119119
$componentsApi = new Components($storageClient);
@@ -179,7 +179,7 @@ private function createOrchestrationLikeJobs(array $configurationData, array $cr
179179
))->getId();
180180
}
181181

182-
$tokens->dropToken($token['id']); // frop job token
182+
$tokens->dropToken($token['id']); // drob token
183183

184184
return [
185185
'orchestrationJobId' => $orchestrationJob->getId(),

0 commit comments

Comments
 (0)