Skip to content

Commit 62b7bc3

Browse files
tomreeceimeron2433
authored andcommitted
MQE-966: codeception.dist.yml has unescaped percent signs that may not be parseable
1 parent e980d63 commit 62b7bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/acceptance/codeception.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ paths:
55
tests: tests
66
log: tests/_output
77
data: tests/_data
8-
support: %REPLACED IN BUILD:PROJECT%
9-
envs: %REPLACED IN BUILD:PROJECT%
8+
support: "%REPLACED IN BUILD:PROJECT%"
9+
envs: "%REPLACED IN BUILD:PROJECT%"
1010
settings:
1111
bootstrap: _bootstrap.php
1212
colors: true

0 commit comments

Comments
 (0)