Skip to content

Commit

Permalink
fix: test default url
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 committed Aug 27, 2024
1 parent 980c2df commit bfc4841
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ void resolveUrlForUnknownCombination() {
String pool = "POOL3"; // Unsupported pool

String url = questioningUrlResolver.resolveUrl(typeUrl, pool);
String expected = "";

assertThat(url).isEqualTo(expected);
assertThat(url).isEqualTo(applicationConfig.getQuestioningUrlStromaeV3Pool1());
}
@Test
@DisplayName("Check the V1 url in interviewer mode")
Expand Down

0 comments on commit bfc4841

Please sign in to comment.