Skip to content

Commit

Permalink
[MD] Update url in tests to follow lychee url allowlist
Browse files Browse the repository at this point in the history
Signed-off-by: Su <szhongna@amazon.com>
  • Loading branch information
zhongnansu committed Dec 16, 2022
1 parent cf4a4b2 commit 1bef7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { DataSourcePluginConfigType } from '../../config';
import { parseClientOptions } from './client_config';

const TEST_DATA_SOURCE_ENDPOINT = 'http://datasource.com';
const TEST_DATA_SOURCE_ENDPOINT = 'http://test.com/';

const config = {
enabled: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { DataSourcePluginConfigType } from '../../config';
import { parseClientOptions } from './client_config';

const TEST_DATA_SOURCE_ENDPOINT = 'http://datasource.com';
const TEST_DATA_SOURCE_ENDPOINT = 'http://test.com/';

const config = {
enabled: true,
Expand Down

0 comments on commit 1bef7ea

Please sign in to comment.