Skip to content

Commit da1ba8f

Browse files
chore(internal): minor test fixes (#20)
1 parent 1c7f7d4 commit da1ba8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/api_resources/test_key.py

-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ def test_path_params_regenerate_by_key(self, client: Hanzo) -> None:
384384
with pytest.raises(ValueError, match=r"Expected a non-empty value for `path_key` but received ''"):
385385
client.key.with_raw_response.regenerate_by_key(
386386
path_key="",
387-
body_key="",
388387
)
389388

390389
@pytest.mark.skip()
@@ -831,7 +830,6 @@ async def test_path_params_regenerate_by_key(self, async_client: AsyncHanzo) ->
831830
with pytest.raises(ValueError, match=r"Expected a non-empty value for `path_key` but received ''"):
832831
await async_client.key.with_raw_response.regenerate_by_key(
833832
path_key="",
834-
body_key="",
835833
)
836834

837835
@pytest.mark.skip()

0 commit comments

Comments
 (0)