Skip to content

Commit b5aff69

Browse files
mhadamcsernazs
andauthored
Rename test method
Co-authored-by: Zsolt Cserna <cserna.zsolt@gmail.com>
1 parent 905eb11 commit b5aff69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pytest_httpserver import HTTPServer
44

55

6-
def test_expect_methods_are_equivalent(httpserver: HTTPServer):
6+
def test_expect_method(httpserver: HTTPServer):
77
expected_response = "OK"
88
matcher = httpserver.create_matcher(uri="/test", method="POST")
99
httpserver.expect(matcher).respond_with_data(expected_response)

0 commit comments

Comments
 (0)