We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e10cc commit 72a8d88Copy full SHA for 72a8d88
tests/tests_app/runners/test_cloud.py
@@ -1608,7 +1608,7 @@ def run(self):
1608
cloud_runtime.dispatch()
1609
1610
parse_mock.assert_called_once_with(())
1611
- assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == {"lightning_logs", "foo"}
+ assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == set()
1612
1613
assert (path / ".lightningignore").exists()
1614
0 commit comments