Skip to content

Commit

Permalink
MAT-6401 gitleak
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu committed Nov 26, 2024
1 parent 54aa3a3 commit 019603b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ void testQiCoreGetElmJsonURI() {
@Test
void testGetCqlHttpEntity() {
HttpEntity<String> httpEntity =
elmTranslatorClient.getCqlHttpEntity("test cql", null, "API_KEY1", "HARP_ID1");
elmTranslatorClient.getCqlHttpEntity("test cql", null, "PW_1", "HARP_ID1");
HttpHeaders headers = httpEntity.getHeaders();
assertEquals(headers.get("api-key").get(0), "API_KEY1");
assertEquals(headers.get("api-key").get(0), "PW_1");
assertEquals(headers.get("harp-id").get(0), "HARP_ID1");
}
}

0 comments on commit 019603b

Please sign in to comment.