Skip to content

Commit 469c228

Browse files
fix
1 parent 845867d commit 469c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/test_api_route_clusters_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def test_get_cluster_details(
155155
authentication=SimpleAuthentication(
156156
username=gateway_username,
157157
password=SecretStr(local_dask_gateway_server.password),
158-
).model_dump(mode="json", by_alias=True),
158+
).model_dump(by_alias=True),
159159
)
160160
# in its present state, the cluster should have no workers
161161
cluster_out = await _get_cluster_details(

0 commit comments

Comments
 (0)