We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfe32e commit bc2f4d4Copy full SHA for bc2f4d4
test/clj/vd_designer/web/controllers/servers_test.clj
@@ -67,12 +67,12 @@
67
:id some?
68
:new-license-url string?
69
:boxes
70
- [{:box-url "https://box-url-3.com",
+ [{:box-url "https://box-url-3.com/fhir",
71
:project-id some?
72
:aidbox-auth-token "<valid-access-token>",
73
:account-id 1,
74
:server-name "<license-3-name>"}
75
- {:box-url "https://box-url-2.com",
+ {:box-url "https://box-url-2.com/fhir",
76
77
78
@@ -81,7 +81,7 @@
81
:name "<project-1-name>",
82
83
84
- [{:box-url "https://box-url-1.com",
+ [{:box-url "https://box-url-1.com/fhir",
85
86
87
0 commit comments