Skip to content

Commit 0229d35

Browse files
committed
e2e tests conftest Finished
1 parent 67c15c4 commit 0229d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@ def log_test_start_and_end(request):
326326
test_name = request.node.nodeid
327327
logging.console.info(f"🏁[green]Testing[/green] [yellow]{test_name}[/yellow]")
328328
yield
329-
logging.console.success(f"✅ [green]Passed[/green] [yellow]{test_name}[/yellow]")
329+
logging.console.success(f"✅ [green]Finished[/green] [yellow]{test_name}[/yellow]")

0 commit comments

Comments
 (0)