Skip to content

Commit 17cd26e

Browse files
committed
Merge branch 'main' into security/pin-actions-to-sha
2 parents 82d51eb + 79b3b73 commit 17cd26e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/postman/test-get_acoustic_detections_page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pm.test("Status code is 201", function () {
22
pm.response.to.have.status(201);
33
});
44

5-
pm.test("Response time is less than 8s", function () {
6-
pm.expect(pm.response.responseTime).to.be.below(8000);
5+
pm.test("Response time is less than 13s", function () {
6+
pm.expect(pm.response.responseTime).to.be.below(13000);
77
});

tests/postman/test-list_acoustic_project_codes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pm.test("returns the right acoustic project codes", () => {
77
//array is not empty
88
pm.expect(jsonData).to.not.be.empty;
99
//ids include number of known values
10-
pm.expect(jsonData).to.include.members(["Mobula_IMAR","Sudle_IMPULS","SVNL-FISH-WATCH","Inforbiomares","BOOGMR","ws2","zeeschelde","LESPUR","ws3","RESBIO","ST08SWE","PTN-Silver-eel-Mondego","Jersey_Coastal","Deveron","KBTN","FISHINTEL","Siganid_Gulf_Aqaba","Danube_Sturgeons","VVV","Walloneel","V2LCASP","BOOPIRATA","2015_PhD_Gutmann_Roberts","OTN_UPLOAD","NTNU-Gaulosen","BTN-IMEDEA","Reelease","AZO","PhD_Marrocco","2017_Fremur","paintedcomber","none","ARAISOLA03","PhysFish","life4fish","GIBRALTRACK_pilot","Artevigo","V2LGOL","SWIMWAY_2021","PhD_Jeremy_Pastor","PTN/PROTECT2012","MIGRATOEBRE","MOPP","V2LNR","eemskanaal_III"]);
10+
pm.expect(jsonData).to.include.members(["Mobula_IMAR","Sudle_IMPULS","SVNL-FISH-WATCH","Inforbiomares","BOOGMR","ws2","zeeschelde","LESPUR","ws3","RESBIO","ST08SWE","PTN-Silver-eel-Mondego","Jersey_Coastal","Deveron","KBTN","FISHINTEL","Siganid_Gulf_Aqaba","Danube_Sturgeons","VVV","Walloneel","V2LCASP","BOOPIRATA","2015_PhD_Gutmann_Roberts","OTN_UPLOAD","NTNU-Gaulosen","BTN-IMEDEA","Reelease","AZO","PhD_Marrocco","2017_Fremur","paintedcomber","none","ARAISOLA03","PhysFish","life4fish","GIBRALTRACK_pilot","Artevigo","V2LGOL","SWIMWAY_2021","PhD_Jeremy_Pastor","MIGRATOEBRE","MOPP","V2LNR","eemskanaal_III"]);
1111
});
1212

1313
pm.test("Response time is less than 3s", function () {

tests/postman/test-list_acoustic_tag_ids.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pm.test("returns the right acoustic tag ids", () => {
1010
pm.expect(jsonData).to.include.members(["A69-1601-22","A69-1601-12","A69-1601-20","A69-1601-27","A69-1601-14","A69-1601-17","A69-1601-18","A69-1601-28","A69-1601-24","A69-1601-19","A69-9006-10809","A69-9006-10817","A69-9006-988","A69-9006-922","A69-9006-941","A69-9006-949","A69-9006-929","A69-9006-942","A69-9006-946","A69-9006-10811","A69-1303-39899","A69-1303-4393","A69-1303-39884","A69-1303-11893","A69-1303-2366","A69-1303-39895","A69-1303-33516","A69-1303-4391","A69-1303-11892","A69-1303-11918","A69-9006-4853","A69-9007-15657","A69-9006-4856","A69-9006-639","A69-1602-11606","A69-9006-9500","A69-9006-9457","A69-9006-659","A69-9006-621","A69-9006-4867","A69-1602-4210","A69-1601-47518","A69-1602-14091","A69-1601-48352","A69-1602-58152","A69-1601-47557","A69-1602-19780","A69-1601-47503","A69-1601-47497","A69-1601-48341","R64K-2425","R64K-2335","R64K-2345","R64K-1212","R64K-3010","R64K-2445","R64K-1064","R64K-1077","R64K-2484","R64K-3037","R64K-6597","R64K-6526","R64K-6616","R64K-6482","R64K-6611","R64K-6652","R64K-6570","R64K-6518","R64K-6637","R64K-6546"]);
1111
});
1212

13-
pm.test("Response time is less than 3s", function () {
14-
pm.expect(pm.response.responseTime).to.be.below(3000);
13+
pm.test("Response time is less than 4s", function () {
14+
pm.expect(pm.response.responseTime).to.be.below(4000);
1515
});
1616

0 commit comments

Comments
 (0)