Skip to content

Commit f1b0528

Browse files
committed
test: remove legacy sign UUID behat alias
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 246c57e commit f1b0528

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function iFetchTheLinkOnOpenedEmail(): void {
7070
preg_match('/p\/sign\/(?<uuid>[\w-]+)"/', $openedEmail->body, $matches);
7171
Assert::assertArrayHasKey('uuid', $matches, 'UUID not found on email');
7272
$this->fields['SIGN_REQUEST_UUID'] = $matches['uuid'];
73-
$this->fields['SIGN_UUID'] = $matches['uuid'];
7473
}
7574

7675
#[Given('I send a file to be signed')]
@@ -161,7 +160,6 @@ function ($notification):bool {
161160
preg_match('/f\/sign\/(?<uuid>[\w-]+)\/pdf$/', $found['link'], $matches);
162161
Assert::assertArrayHasKey('uuid', $matches, 'UUID not found on email');
163162
$this->fields['SIGN_REQUEST_UUID'] = $matches['uuid'];
164-
$this->fields['SIGN_UUID'] = $matches['uuid'];
165163
}
166164

167165
#[Given('user :user uploads file :source to :path')]

0 commit comments

Comments
 (0)