Skip to content

Commit 0fe4704

Browse files
fixed baseUrlEncode test
Signed-off-by: NeelParihar <[email protected]>
1 parent fc49f7b commit 0fe4704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/connectionConfing.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ describe('connectionConfig tests', () => {
269269
it('check baseUrlEncode', function() {
270270
const db = "%6277&ˆˆˆ@ˆˆWˆTWTET#Y@&&GHHSHHS"
271271
connectionConfig.setDB(db)
272-
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'
272+
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'
273273
expect(connectionConfig.dbBase('woql')).to.equal(dbBase)
274274
expect(connectionConfig.db()).to.equal(db)
275275

0 commit comments

Comments
 (0)