Skip to content

Commit e223614

Browse files
committed
pass
1 parent fde052e commit e223614

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/database/test/database.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ describe('Database Tests', () => {
5353
it('Can get database with custom URL', () => {
5454
const db = defaultApp.database('http://foo.euw1.firebasedatabase.app');
5555
expect(db).to.be.ok;
56-
// The URL is assumed to be secure if no port is specified.
57-
expect(db.ref().toString()).to.equal('http://foo.euw1.firebasedatabase.app/');
56+
expect(db.ref().toString()).to.equal('https://foo.euw1.firebasedatabase.app/');
5857
});
5958

6059
it('Can get database with custom URL and port', () => {

0 commit comments

Comments
 (0)