Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created April 28, 2017 09:45
Show Gist options
  • Save vfarcic/c26a46defba4ff84d1ac7f918fd80c25 to your computer and use it in GitHub Desktop.
Save vfarcic/c26a46defba4ff84d1ac7f918fd80c25 to your computer and use it in GitHub Desktop.
func (s IntegrationSwarmTestSuite) Test_ReconfigureWithDefaultBackend() {
params := "serviceName=go-demo&servicePath=/xxx&port=8080"
s.reconfigureService(params)
resp, err := s.sendHelloRequest()
s.NoError(err)
s.Equal(200, resp.StatusCode, s.getProxyConf())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment