URL returns the server URL
()
| 104 | |
| 105 | // URL returns the server URL |
| 106 | func (s *TestServer) URL() string { |
| 107 | return s.testServer.URL |
| 108 | } |
| 109 | |
| 110 | // start starts the server |
| 111 | func (s *TestServer) start() *TestServer { |
nothing calls this directly
no outgoing calls
no test coverage detected