Skip to content

Commit 9cb2b06

Browse files
test(integration): resolve TSA URL placeholder from env
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 835762e commit 9cb2b06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function beforeRequest(string $fullUrl, array $options): array {
4949
protected function parseText(string $text): string {
5050
$fields = $this->fields;
5151
$fields['BASE_URL'] = $this->baseUrl . '/index.php';
52+
$fields['TSA_URL'] = getenv('LIBRESIGN_TSA_URL') ?: 'https://freetsa.org/tsr';
5253
foreach ($fields as $key => $value) {
5354
$patterns[] = '/<' . $key . '>/';
5455
$replacements[] = $value;

0 commit comments

Comments
 (0)