Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Sep 20, 2024
1 parent 691a19c commit c5b4acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web/rpc/test_trace_item_attribute_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_basic(self) -> None:
offset=20,
)
response = self.app.post(
"/rpc/TraceItemAttributesRequest", data=message.SerializeToString()
"/rpc/TraceItemAttributesRequest/v1alpha", data=message.SerializeToString()
)
assert response.status_code == 200

Expand Down

0 comments on commit c5b4acb

Please sign in to comment.