Skip to content

Commit b010721

Browse files
committed
test
1 parent 2506eda commit b010721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ describe('server', () => {
363363

364364
it('should throw when getting invalid mount', done => {
365365
reconfigureServer({ publicServerURL: 'blabla:/some' }).catch(error => {
366-
expect(error).toEqual('publicServerURL should be a valid HTTPS URL starting with https://');
366+
expect(error).toEqual('The option publicServerURL must be a valid URL starting with http:// or https://.');
367367
done();
368368
});
369369
});

0 commit comments

Comments
 (0)