gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
45 stars 66 forks source link

Remove spec that was checking redirection to /go/home while testing the agents. #136

Closed varshavaradarajan closed 6 years ago

varshavaradarajan commented 6 years ago

@tomzo - not sure why this spec was there in the first place.

Since they spring security upgrade in GoCD 18.6.0, this no longer happens. curl -L localhost:8153/go yields the html for the add pipeline.

Edit: html for add pipeline, not dashboard.

tomzo commented 6 years ago

not sure why this spec was there in the first place.

I think this was a way to check if server is up at all before looking at agents. Not mandatory anyway.