Skip to content

Commit 1da54b6

Browse files
gtosellilucagiove
authored andcommitted
fix(session-keywords): close sessions instead of delete references
1 parent 643f4ca commit 1da54b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestsLibrary/SessionKeywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def delete_all_sessions(self):
545545
""" Removes all the session objects """
546546
logger.info('Deleting All Sessions')
547547

548-
self._cache.empty_cache()
548+
self._cache.close_all()
549549

550550
# TODO this is not covered by any tests
551551
@keyword("Update Session")

0 commit comments

Comments
 (0)