Skip to content

Commit 849733f

Browse files
committed
fix test
1 parent 73f46dd commit 849733f

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
@@ -290,7 +290,7 @@ describe('connectionConfig tests', () => {
290290

291291
it('check cloud commits log url', function() {
292292
const tmpClient = new ConnectionConfig("http://127.0.0.1:6363/myteam/",{organization:'myteam',db:'mydb'})
293-
expect(tmpClient.log()).to.equal('http://127.0.0.1:6363/myteam/api/log/myteam/mydb')
293+
expect(tmpClient.log()).to.equal('http://127.0.0.1:6363/myteam/api/log/myteam/mydb/local/branch/main')
294294

295295
})
296296

0 commit comments

Comments
 (0)