Skip to content

Commit

Permalink
fix: tests with new api
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Dec 8, 2022
1 parent 0a052d5 commit 0c71ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/bento_server_grpc/tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@pytest.mark.asyncio
async def test_metrics_available(host: str):
client = Client.from_url(host, grpc=True)
client = Client.from_url(host)
resp = await client.async_predict_multi_images(
original=np.random.randint(255, size=(10, 10, 3)).astype("uint8"),
compared=np.random.randint(255, size=(10, 10, 3)).astype("uint8"),
Expand Down

0 comments on commit 0c71ee8

Please sign in to comment.