Skip to content

Commit

Permalink
Update artifact unit tests
Browse files Browse the repository at this point in the history
Test Suites: 23 skipped, 1412 passed, 1412 of 1435 total
Tests:       256 skipped, 9 todo, 10342 passed, 10607 total
Snapshots:   2363 passed, 2363 total
Time:        42.427 s, estimated 43 s

Signed-off-by: Bishoy Boktor <[email protected]>
  • Loading branch information
Bishoy Boktor committed Apr 2, 2021
1 parent a2cf61c commit 8bf9375
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/osd-opensearch/src/artifact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ const MOCK_VERSION = 'test-version';
const MOCK_URL = 'http://127.0.0.1:12345';
const MOCK_FILENAME = 'test-filename';

const DAILY_SNAPSHOT_BASE_URL =
'https://storage.googleapis.com/opensearch-dashboards-ci-opensearch-snapshots-daily';
const PERMANENT_SNAPSHOT_BASE_URL =
'https://storage.googleapis.com/opensearch-dashboards-ci-opensearch-snapshots-permanent';
const DAILY_SNAPSHOT_BASE_URL = '';
const PERMANENT_SNAPSHOT_BASE_URL = '';

const createArchive = (params = {}) => {
const license = params.license || 'default';
Expand Down

0 comments on commit 8bf9375

Please sign in to comment.