Skip to content

Commit

Permalink
[MD] Update url in tests to follow lychee url allowlist (#3099) (#3140)…
Browse files Browse the repository at this point in the history
… (#3217)

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 58a2c11)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 488bb6c commit 3185796
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 3185796

Please sign in to comment.