From 2c55a09924fefb22fe248e4c7e79354a39e7b99b Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Tue, 14 Sep 2021 13:30:51 +0100 Subject: [PATCH] Postman tests increate to 14 from 13. --- dev/postman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/postman.json b/dev/postman.json index 712312f4..3e2f60ff 100644 --- a/dev/postman.json +++ b/dev/postman.json @@ -4205,7 +4205,7 @@ "", "pm.test(\"View All Notifiers\", function () {", " var jsonData = pm.response.json();", - " pm.expect(jsonData.length).to.eql(13);", + " pm.expect(jsonData.length).to.eql(14);", "});" ], "type": "text/javascript" @@ -6242,4 +6242,4 @@ } ], "protocolProfileBehavior": {} -} \ No newline at end of file +}