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 109f28e commit 6aa8eecCopy full SHA for 6aa8eec
1 file changed
openwisp_controller/connection/tests/pytest.py
@@ -48,8 +48,8 @@ async def _create_command(self, device_conn):
48
mocked_exec_command.return_value = self._exec_command_return_value(
49
stdout="test"
50
)
51
- await database_sync_to_async(command.save)()
52
- await database_sync_to_async(command.refresh_from_db)()
+ await database_sync_to_async(command.save)()
+ await database_sync_to_async(command.refresh_from_db)()
53
return command
54
55
def _get_expected_response(self, command):
0 commit comments