Skip to content

Commit c954697

Browse files
fix: ensure logger handler removal in test case
1 parent 19f3a33 commit c954697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive-doc-gen/tests/e2e-test/tests/test_st_docgen_tc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,4 +4222,4 @@ def test_bug_26031_validate_empty_spaces_chat_input(login_logout, request):
42224222
logger.info("Test TC 26031 - Empty/Spaces Chat Input Validation completed successfully")
42234223

42244224
finally:
4225-
logger.removeHandler(handler)
4225+
logger.removeHandler(handler)

0 commit comments

Comments
 (0)