From 0183f2721dfeaaaa974155cfd6fd8f6a9b1b8a68 Mon Sep 17 00:00:00 2001 From: Piotr Antosz Date: Tue, 8 Feb 2022 14:31:46 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f07c3..41f8331 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ class GetUserInfoContract(unittest.TestCase): 'a request for UserA' ).with_request( 'GET', '/users/UserA' - ) .will_respond_with(200, body=expected) + ).will_respond_with(200, body=expected) with pact: result = get_user('UserA')