Skip to content

Commit f7ab71b

Browse files
committed
fix the test
1 parent 678a0ae commit f7ab71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/connectionConfing.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ describe('connectionConfig tests', function() {
274274
it('check baseUrlEncode', function() {
275275
const db = "%6277&ˆˆˆ@ˆˆWˆTWTET#Y@&&GHHSHHS"
276276
connectionConfig.setDB(db)
277-
const dbBase = 'http://localhost:6363/api/woql/123/%256277%26%CB%86%CB%86%CB%86%40%CB%86%CB%86W%CB%86TWTET%23Y%40%26%26GHHSHHS'
278-
//expect(connectionConfig.dbBase('woql')).to.equal(dbBase)
279-
//expect(connectionConfig.db()).to.equal(db)
277+
const dbBase = 'http://localhost:6363/api/woql/123/%256277%26%CB%86%CB%86%CB%86@%CB%86%CB%86W%CB%86TWTET%23Y@%26%26GHHSHHS'
278+
expect(connectionConfig.dbBase('woql')).to.equal(dbBase)
279+
expect(connectionConfig.db()).to.equal(db)
280280

281281
})
282282

0 commit comments

Comments
 (0)