Skip to content

Commit

Permalink
Updating TestDecoratorHooks with endpoint as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-amjr committed Sep 19, 2024
1 parent 4f84ee7 commit 7afb143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/test_testing/TestDecorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_stop(self, exception: Exception, duration: int):
def step_skipped(self, name: str, expression: str):
pass

def step_start(self, name: str):
def step_start(self, name: str, endpoint: Optional[int] = None):
pass

def step_success(self, logger, logs, duration: int, request):
Expand Down

0 comments on commit 7afb143

Please sign in to comment.