rockwyc992 / monkey-pdns

MIT License
1 stars 0 forks source link

url.py has changed, test.py needs to be modified. #3

Open rockwyc992 opened 7 years ago

rockwyc992 commented 7 years ago

Travis CI build log on following:

FAIL: test_hello (monkey_pdns.app.tests.View_hello_tests)
    File "/home/travis/build/rockwyc992/monkey-pdns/monkey_pdns/app/tests.py", line 9, in test_hello
        self.assertEqual(response.status_code, 200)
        AssertionError: 302 != 200

monkey_pdns/app/test.py needs to be modified.

chuanchan1116 commented 7 years ago

Url routing is changed, thus test case should be updated.