Skip to content

Commit bc2f4d4

Browse files
Panthevmclaude
andcommitted
Fix remaining /fhir suffix expectations in servers test
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1dfe32e commit bc2f4d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/clj/vd_designer/web/controllers/servers_test.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
:id some?
6868
:new-license-url string?
6969
:boxes
70-
[{:box-url "https://box-url-3.com",
70+
[{:box-url "https://box-url-3.com/fhir",
7171
:project-id some?
7272
:aidbox-auth-token "<valid-access-token>",
7373
:account-id 1,
7474
:server-name "<license-3-name>"}
75-
{:box-url "https://box-url-2.com",
75+
{:box-url "https://box-url-2.com/fhir",
7676
:project-id some?
7777
:aidbox-auth-token "<valid-access-token>",
7878
:account-id 1,
@@ -81,7 +81,7 @@
8181
:name "<project-1-name>",
8282
:new-license-url string?
8383
:boxes
84-
[{:box-url "https://box-url-1.com",
84+
[{:box-url "https://box-url-1.com/fhir",
8585
:project-id some?
8686
:aidbox-auth-token "<valid-access-token>",
8787
:account-id 1,

0 commit comments

Comments
 (0)