We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b301f7b commit 00decabCopy full SHA for 00decab
tests/app_1_test.go
@@ -21,7 +21,7 @@ func getURL(path string) string {
21
port = int(eport)
22
}
23
24
- path = strings.ReplaceAll(strings.TrimPrefix(path, `../web/`), `\`, `/`)
+ path = strings.TrimPrefix(strings.ReplaceAll(path, `\`, `/`), `../web/`)
25
return fmt.Sprintf("http://localhost:%d/%s", port, path)
26
27
0 commit comments