AssertionError assert response.status_code == 200

Hi, I was trying to test my tools with travis-ci after passing all planemo test and checking them on “serve”. Unfortunately I still got an assert response.status_code == 200 error maybe someone had similar situation and has an idea why this is happening and what I can do about it ? Thanks, Kate

Hi Kate,

status code 200 is not an error per se.
If you don’t see the Galaxy interface you may have to update planemo.

Do you know what status code you are getting? Against which Galaxy are you running it? Can you check logs?