mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[fix] Use HTTPS, not HTTP wherever practical (#7040)
* Download RAT binary via HTTPS, not HTTP * Merge branch 'patch-1' of github.com:hajdbo/incubator-superset into patch-1
This commit is contained in:
committed by
Maxime Beauchemin
parent
f5274a9c7f
commit
5137539a86
@@ -24,7 +24,7 @@ import Link from '../../../src/SqlLab/components/Link';
|
||||
describe('Link', () => {
|
||||
const mockedProps = {
|
||||
tooltip: 'This is a tooltip',
|
||||
href: 'http://www.airbnb.com',
|
||||
href: 'https://www.airbnb.com',
|
||||
};
|
||||
it('renders', () => {
|
||||
expect(React.isValidElement(<Link>TEST</Link>)).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user