Skip to content

Commit ef05c6f

Browse files
committed
switch to start method to fix error in unit tests
1 parent 7150e47 commit ef05c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/contacts/contact_ftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def setup_ftp_users(self):
8484
)
8585

8686
async def ftp_server(self):
87-
await self.server.run(host=self.host, port=self.port)
87+
await self.server.start(host=self.host, port=self.port)
8888

8989
def check_config(self):
9090
if not self.get_config(FTP_HOST_PROPERTY):

0 commit comments

Comments
 (0)