Skip to content

Commit

Permalink
Merge pull request #254 from jonathannewman/maint/main/make-tests-les…
Browse files Browse the repository at this point in the history
…s-sensitive

(maint) make service test less sensitive
  • Loading branch information
steveax authored Oct 10, 2023
2 parents aa23dea + ff7fb66 commit fd8fb3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
; we have to sleep the thread to avoid a race condition.
(Thread/sleep 10)
(let [list (TestListAppender/list)]
(is (re-find #"\"GET /hi_world/ HTTP/1.1\" 200 28" (first list))))))
(is (re-find #"\"GET /hi_world/ HTTP/1.1\" 200 " (first list))))))

(testing "Mapped Diagnostic Context values are available to the access logger"
(with-test-access-logging
Expand Down

0 comments on commit fd8fb3c

Please sign in to comment.