fix unrelated test
This commit is contained in:
parent
1266988547
commit
cda808894a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
(json/parse-string true)
|
||||
:url)
|
||||
"postman-echo.com/get"))
|
||||
;; BB-TEST-PATCH: postman started responding with http:// instead of https://
|
||||
(testing "query params"
|
||||
(is (= {:foo1 "bar1", :foo2 "bar2"}
|
||||
(-> @(client/get "https://postman-echo.com/get" {:query-params {"foo1" "bar1" "foo2" "bar2"}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue