Skip to content

Commit

Permalink
Merge branch 'bob/refactor-fhir-calls-to-post' of https://github.com/…
Browse files Browse the repository at this point in the history
…CDCgov/dibbs-query-connector into bob/refactor-fhir-calls-to-post
  • Loading branch information
fzhao99 committed Feb 3, 2025
2 parents ac270dc + 344d812 commit c26804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query-connector/e2e/customize_query.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ test.describe("querying with the Query Connector", () => {
for (let i = 1; i < 6; i++) {
const row = obsRows.nth(i);
const typeText = await row.locator("td").nth(1).textContent();
const presentKey = acceptableSdohKeywords.find(
(key) => typeText?.toLowerCase().includes(key),
const presentKey = acceptableSdohKeywords.find((key) =>
typeText?.toLowerCase().includes(key),
);
expect(presentKey).toBeDefined();
expect(typeText?.includes("chlamydia")).toBeFalsy();
Expand Down

0 comments on commit c26804f

Please sign in to comment.