Skip to content

Commit db2eb3f

Browse files
Oana Tanasoiurbrw
authored andcommitted
(maint) Fix integration tests
1 parent 957f533 commit db2eb3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/puppetlabs/puppetdb/integration/puppetserver_metrics.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
(is (= #{["puppetdb" "command" "replace_catalog"]
3636
["puppetdb" "command" "replace_facts"]
3737
["puppetdb" "command" "store_report"]
38-
["puppetdb" "facts" "find"]
3938
["puppetdb" "query"]
4039
["puppetdb" "resource" "search"]}
4140
(set (map :metric-id metrics)))))))))

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 (= 6 (count
256+
(is (= 5 (count
257257
(filter #(= "info" (:level %))
258258
logs))))))))
259259

0 commit comments

Comments
 (0)