(tag string)
| 11 | ) |
| 12 | |
| 13 | func gordonKey(tag string) string { |
| 14 | return url.QueryEscape("http://localhost:7777/gordon-agent?gordonTag=" + tag + "&desktopVersion=4.81.0&origin=desktop") |
| 15 | } |
| 16 | |
| 17 | // TestResolveSource_ExactMatchPreferred verifies that an exact key match is |
| 18 | // always used, even when other variants exist that would also normalise to the |
no outgoing calls
no test coverage detected