Skip to content

Commit c0cb71d

Browse files
committed
Fix tests
1 parent bfd9e09 commit c0cb71d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/DatasetV4.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ describe("2500: Datasets v4 tests", () => {
875875
},
876876
},
877877
include: ["all"],
878-
fields: ["datasetName", "pid"],
879878
limits: {
880879
skip: 0,
881880
sort: {
@@ -895,8 +894,6 @@ describe("2500: Datasets v4 tests", () => {
895894

896895
res.body.should.have.property("datasetName");
897896
res.body.should.have.property("pid");
898-
res.body.should.not.have.property("description");
899-
900897
res.body.should.have.property("pid");
901898
res.body.should.have.property("instruments");
902899
res.body.should.have.property("proposals");

test/DatasetV4Public.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ describe("2600: Datasets v4 public endpoints tests", () => {
425425
},
426426
},
427427
include: ["all"],
428-
fields: ["datasetName", "pid"],
429428
limits: {
430429
skip: 0,
431430
sort: {
@@ -444,8 +443,6 @@ describe("2600: Datasets v4 public endpoints tests", () => {
444443

445444
res.body.should.have.property("datasetName");
446445
res.body.should.have.property("pid");
447-
res.body.should.not.have.property("description");
448-
449446
res.body.should.have.property("pid");
450447
res.body.should.have.property("instruments");
451448
res.body.should.have.property("proposals");

0 commit comments

Comments
 (0)