Skip to content

Commit b2d8a5b

Browse files
ayeshurunCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 85933fe commit b2d8a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core/test_fab_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def mock_get_command_context():
443443
class TestRuntimeMode:
444444
"""Verify Context.set_runtime_mode / get_runtime_mode behaviour after mode-setting removal."""
445445

446-
def teardown_method(self):
446+
def teardown_method(self, method):
447447
Context()._runtime_mode = fab_constant.FAB_MODE_COMMANDLINE
448448

449449
def test_default_runtime_mode_is_command_line_success(self):

0 commit comments

Comments
 (0)