We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaa155 commit a669badCopy full SHA for a669bad
1 file changed
datalab_kernel/tests/integration/test_live_backend.py
@@ -390,7 +390,7 @@ def test_resync_no_datalab_returns_false(self):
390
# Mock: This test would need DataLab to be stopped
391
# For now, we just verify the method exists and can be called
392
# The actual behavior depends on whether DataLab is running
393
- result = workspace.resync()
+ _result = workspace.resync()
394
395
# If DataLab is running, it will succeed; otherwise False
396
# Either way, the workspace should still be functional
0 commit comments