Skip to content

Commit 02abb31

Browse files
authored
Don't skip test_app any more (#5073)
Added needed index to project's datastore
1 parent 802e48d commit 02abb31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appengine/standard/migration/ndb/overview/main_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def app():
2222
return main.app.test_client()
2323

2424

25-
@pytest.mark.skip
2625
def test_app(app):
2726
response = app.get('/')
2827
assert response.status_code == 200

0 commit comments

Comments
 (0)