Skip to content

Commit 72a8d88

Browse files
committed
Fix test
1 parent f6e10cc commit 72a8d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_app/runners/test_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ def run(self):
16081608
cloud_runtime.dispatch()
16091609

16101610
parse_mock.assert_called_once_with(())
1611-
assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == {"lightning_logs", "foo"}
1611+
assert copy_mock.mock_calls[0].kwargs["ignore_functions"][0].args[1] == set()
16121612

16131613
assert (path / ".lightningignore").exists()
16141614

0 commit comments

Comments
 (0)