Skip to content

Fixed server_url template func not returning pointer to url.URL

Compare
Choose a tag to compare
@unai-programmfabrik unai-programmfabrik released this 28 Jul 12:16
· 108 commits to master since this release
cdee187
  • This patch fixes the server_url template func not returning pointer to url.URL.
  • As a result now we can use its methods like {{ server_url.String }} for prefixing paths in tests.
  • Also now its consistent with the documentation.