Commit 10ddd92
authored
Remove port 80 from tests config for local DDEV environments (#23678)
This breaks system tests where it's added to the hostname when configured even when port 80 is the default,
breaking the mechanism in `TestRequest\Response::replacePiwikUrl` when it's searching for matomo.ddev.site:80
and response contains just matomo.ddev.site.1 parent e8d9f39 commit 10ddd92
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments