Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmyjr-nu committed Oct 1, 2024
1 parent f0af6ac commit 7e0a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration/apply_migrations_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(and (= (:path request)
(str "/repos/" org "/" repository "/pulls"))
(standalone/match?
{:title #(clojure.string/starts-with? % title-prefix)
{:title #(or (clojure.string/starts-with? % title-prefix) (clojure.string/includes? % (-> migrations first :title)) )
:body (fn [txt] (every? (partial includes-migration-info? txt)
migrations))}
(json/parse-string (:body request) keyword)))))
Expand Down

0 comments on commit 7e0a697

Please sign in to comment.