Skip to content

Commit

Permalink
fix tests/test_client
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZXL committed Apr 23, 2024
1 parent 2d65998 commit 317e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .client import TestClient, DataSchema
import pytest

setup_service(__name__, backend='django', async_param=False)
setup_service(__name__, backend='django', async_param=[False])
# server_process = make_live_process(
# backend='django',
# port=8666
Expand Down

0 comments on commit 317e41b

Please sign in to comment.