Skip to content

Commit

Permalink
fixup test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Sep 23, 2024
1 parent c1fb382 commit 38be0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void allowsColonPathParameter() throws InterruptedException {
channel.execute(endpoint, request);
assertThat(server.takeRequest().getRequestUrl())
.as("Several GCP APIs require colons in url paths")
.isEqualTo(server.url("foo:bar"));
.isEqualTo(server.url("/foo:bar"));
}

@Test
Expand Down

0 comments on commit 38be0bb

Please sign in to comment.