Skip to content

Commit ebced59

Browse files
committed
pgsql
1 parent 61a484d commit ebced59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/api/com_weblinks/Weblinks.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('Test that weblinks API endpoint', () => {
2-
afterEach(() => cy.task('queryDB', 'DELETE FROM #__weblinks WHERE title LIKE "%automated test weblink%"'));
2+
afterEach(() => cy.task('queryDB', "DELETE FROM #__weblinks WHERE title LIKE '%automated test weblink%'"));
33

44
it('can deliver a list of weblinks', () => {
55
cy.db_enableExtension('1', 'plg_webservices_weblinks');

0 commit comments

Comments
 (0)