Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Aug 28, 2024
1 parent 0e5afc6 commit b76db75
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ class CaptureOkHttpEventListenerFactoryTest {
assertThat(httpRequestInfo.fields["_path"].toString()).isEqualTo("/my_path/12345")
assertThat(httpResponseInfo.fields["_path"].toString())
.isEqualTo(httpRequestInfo.fields["_path"].toString())
assertThat(httpRequestInfo.fields["_path_template"].toString()).isEqualTo("/my_path/<id>")
assertThat(httpResponseInfo.fields["_path_template"].toString())
.isEqualTo(httpRequestInfo.fields["_path_template"].toString())
assertThat(httpRequestInfo.fields["_query"].toString()).isEqualTo("my_query=my_value")
assertThat(httpResponseInfo.fields["_query"].toString())
.isEqualTo(httpRequestInfo.fields["_query"].toString())
Expand Down

0 comments on commit b76db75

Please sign in to comment.