We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4a4a5 commit dea6e02Copy full SHA for dea6e02
e2e/cypress/integration/ckan_extensions.cy.js
@@ -2,7 +2,7 @@ describe('CKAN Extensions', () => {
2
it('Uses CKAN 2.11', () => {
3
cy.request('/api/action/status_show').should((response) => {
4
expect(response.body).to.have.property('success', true);
5
- expect(response.body.result).to.have.property('ckan_version', '2.11.2');
+ expect(response.body.result).to.have.property('ckan_version', '2.11.3');
6
});
7
8
0 commit comments