Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
l8556 committed Sep 19, 2024
1 parent b08bf3a commit a328089
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/desktop_tests/tools/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def _download_and_check_report(self, connect):

def _get_server(self) -> ServerData:
return ServerData(
self.vm.data.ip,
self.vm.data.user,
self._get_password(self.vm.data.local_dir),
self.vm.data.name
ip=self.vm.data.ip,
username=self.vm.data.user,
password=self._get_password(self.vm.data.local_dir),
custom_name=self.vm.data.name
)

def _initialize_report(self):
Expand Down

0 comments on commit a328089

Please sign in to comment.