Commit d1f5e50
Replace angle bracket placeholders with alphanumeric examples in env file (#2950)
The example env file used angle bracket placeholders (e.g., <DATABASE_NAME>)
which were causing Windows tests to fail. When these placeholder values
were URL-encoded in the VuMark test, the < and > characters became %3C and
%3E, which didn't match the mock's [A-Za-z0-9]+ URL pattern. Replacing
all placeholders with descriptive alphanumeric examples fixes this issue
while maintaining clarity about what each value represents.
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 5f693b7 commit d1f5e50
1 file changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
0 commit comments