Skip to content

Commit dea6e02

Browse files
committed
update test
1 parent 9b4a4a5 commit dea6e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/integration/ckan_extensions.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ describe('CKAN Extensions', () => {
22
it('Uses CKAN 2.11', () => {
33
cy.request('/api/action/status_show').should((response) => {
44
expect(response.body).to.have.property('success', true);
5-
expect(response.body.result).to.have.property('ckan_version', '2.11.2');
5+
expect(response.body.result).to.have.property('ckan_version', '2.11.3');
66
});
77
});
88

0 commit comments

Comments
 (0)