Revert "Force tests to fail"

This reverts commit 810a39d359259782c0daded0de1ce3eddc58b1c9.
This commit is contained in:
Patrick Smith 2018-08-16 17:10:23 -04:00
parent a6cf27ef5f
commit 747a8dbbd4

View File

@ -1,6 +1,3 @@
def test_the_tester():
assert False
def test_hello_world(client):
response = client.get("/")
assert response.status_code == 200