Skip to content

Commit 3d8820a

Browse files
committed
fix test
1 parent b055841 commit 3d8820a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compojure/api/core_integration_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
status => 200
490490
body => {:swaggerVersion "1.2"
491491
:apiVersion "0.0.1"
492-
:resourcePath "/"
492+
:resourcePath (str "/" +name+)
493493
:models {}
494494
:basePath "http://localhost"
495495
:consumes ["application/json" "application/edn"]

0 commit comments

Comments
 (0)