]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
test_database_execute_many: remove unnecessary statement (#778)
authorDaniel Hahler <git@thequod.de>
Sat, 18 Sep 2021 12:10:40 +0000 (14:10 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 12:10:40 +0000 (14:10 +0200)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
tests/test_database.py

index 1230fc8f677d69340b48c239a14e6554fdaee7c1..c0a4745d1134c2fa4a6aac5763ef7e51efbb5091 100644 (file)
@@ -126,8 +126,6 @@ def test_database(test_client_factory):
 
 def test_database_execute_many(test_client_factory):
     with test_client_factory(app) as client:
-        response = client.get("/notes")
-
         data = [
             {"text": "buy the milk", "completed": True},
             {"text": "walk the dog", "completed": False},