Skip to content

Commit

Permalink
refactor: test stub group
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazia Gur authored and Amazia Gur committed Oct 31, 2024
1 parent b88dc44 commit cf7fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockingbird/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class MockingbirdHandler(http.server.SimpleHTTPRequestHandler):
def __init__(self, stub_matcher: StubGroup, *args, **kwargs):
self.stub_matcher = stub_matcher # Assign the injected StubMatcher
self.stub_matcher = stub_matcher
super().__init__(*args, **kwargs)

def do_GET(self):
Expand Down

0 comments on commit cf7fabe

Please sign in to comment.