Skip to content

Commit 9d96611

Browse files
author
Bogdan Irimie
authored
Merge pull request #3552 from sebastian-miclea/maint_fix_integration
(maint) Fix report integration test
2 parents 364a28b + 44e0b54 commit 9d96611

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)