Skip to content

Commit

Permalink
Fix raw logger e2e test (kserve#4185)
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 authored Jan 19, 2025
1 parent d377350 commit a1ad62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/logger/test_raw_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def test_kserve_logger(rest_v1_client):
),
),
)
base_test(msg_dumper, service_name, predictor, rest_v1_client)
await base_test(msg_dumper, service_name, predictor, rest_v1_client)


@pytest.mark.rawcipn
Expand Down

0 comments on commit a1ad62b

Please sign in to comment.