Skip to content

Commit

Permalink
Adjust API integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skh committed Aug 5, 2020
1 parent 38a5d8b commit 9e2be10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ({ getService }: FtrProviderContext) {
return response.body;
};
const listResponse = await fetchPackageList();
expect(listResponse.response.length).to.be(14);
expect(listResponse.response.length).to.be(8);
} else {
warnAndSkipTest(this, log);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function ({ getService }: FtrProviderContext) {
package: {
name: 'endpoint',
title: 'Endpoint',
version: '0.8.0',
version: '0.13.0',
},
})
.expect(200);
Expand All @@ -118,7 +118,7 @@ export default function ({ getService }: FtrProviderContext) {
package: {
name: 'endpoint',
title: 'Endpoint',
version: '0.8.0',
version: '0.13.0',
},
})
.expect(500);
Expand Down

0 comments on commit 9e2be10

Please sign in to comment.