Skip to content

Commit

Permalink
[MD] Update url in tests to follow lychee url allowlist (#3099)
Browse files Browse the repository at this point in the history
Signed-off-by: Su <szhongna@amazon.com>
(cherry picked from commit 14d0585)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Dec 23, 2022
1 parent 744c083 commit f468b67
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 f468b67

Please sign in to comment.