Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rabbitmq health check #177

Merged
merged 3 commits into from
Apr 17, 2020
Merged

Conversation

erikh360
Copy link
Collaborator

No description provided.

}],
})
yield self.assert_response(
resp, http.OK,
'channels listed', [])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for removing this assert? This makes sure that the URL we redirected to works.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't actually do the redirect, [redirect] = resp.history() failed so I had to remove it.

The first assert is now on resp because redirect doesn't exist. @rudigiesler

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, it must be the client that doesn't understand 308 now. 👍

@erikh360 erikh360 merged commit a271120 into develop Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants