Skip to content

Commit 4483c2f

Browse files
chore(internal): minor test fixes (#193)
1 parent 1ae0d26 commit 4483c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api_resources/extapis/test_routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_path_params_create(self, client: Asktable) -> None:
9898
path_extapi_id="",
9999
id="id",
100100
created_at=parse_datetime("2019-12-27T18:11:19.117Z"),
101-
body_extapi_id="",
101+
body_extapi_id="extapi_id",
102102
method="GET",
103103
name="name",
104104
path="/resource",
@@ -386,7 +386,7 @@ async def test_path_params_create(self, async_client: AsyncAsktable) -> None:
386386
path_extapi_id="",
387387
id="id",
388388
created_at=parse_datetime("2019-12-27T18:11:19.117Z"),
389-
body_extapi_id="",
389+
body_extapi_id="extapi_id",
390390
method="GET",
391391
name="name",
392392
path="/resource",

0 commit comments

Comments
 (0)