Skip to content

Commit 9b86165

Browse files
author
Sami Salonen
committed
Remove unneeded argument.
1 parent 58ac9f2 commit 9b86165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_falconparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_parsing_headers(self, testapp):
4545
assert res.json == {"NAME": "Fred"}
4646

4747
# `falcon.testing.TestClient.simulate_request` parses request with `wsgiref`
48-
def test_body_parsing_works_with_simulate(self, testapp):
48+
def test_body_parsing_works_with_simulate(self):
4949
app = self.create_app()
5050
client = falcon.testing.TestClient(app)
5151
res = client.simulate_post("/echo_json", json={"name": "Fred"},)

0 commit comments

Comments
 (0)