There was an error while loading. Please reload this page.
1 parent 7a6c099 commit 2134d05Copy full SHA for 2134d05
1 file changed
tests/load/locustfile.py
@@ -44,7 +44,6 @@ def __exit__(self, *args) -> None:
44
exception = args[0], args[1]
45
46
if not isinstance(args[1], (AssertionError, type(None))):
47
- print("hello")
48
self.user.environment.events.user_error.fire(
49
user_instance=self.user.context(), exception=args[1], tb=args[2]
50
)
0 commit comments