Skip to content

Commit bbb579e

Browse files
(maint) Fix report integration test
1 parent 91bc336 commit bbb579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/puppetlabs/puppetdb/integration/reports.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
(filter #(= "notice" (:level %))
254254
logs))))
255255

256-
(is (= 5 (count
256+
(is (= 6 (count
257257
(filter #(= "info" (:level %))
258258
logs))))))))
259259

0 commit comments

Comments
 (0)