Skip to content

Commit 708d115

Browse files
committed
Update test with new whitespace formatting
1 parent 00e962f commit 708d115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/puppetlabs/http/client/sync_plaintext_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
(let [client (Sync/createClient (ClientOptions.))]
274274
(testing "Set a cookie using Java API"
275275
(let [response (.get client (RequestOptions. "http://localhost:10000/cookietest"))]
276-
(is (= "session_id=session-id-hash\nsomeothercookie=somevalue;Path=/;Secure" (.get (.getHeaders response) "set-cookie")))
276+
(is (= "session_id=session-id-hash\nsomeothercookie=somevalue; Path=/; Secure" (.get (.getHeaders response) "set-cookie")))
277277
(is (= 200 (.getStatus response)))))
278278
(testing "Check if cookie still exists"
279279
(let [response (.get client (RequestOptions. "http://localhost:10000/cookiecheck"))]

0 commit comments

Comments
 (0)