Skip to content

Commit

Permalink
Fixes broken func test archive references
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Apr 23, 2021
1 parent 15d50e7 commit 73d4d9d
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 @@ -17,7 +17,7 @@ export default function ({ getService }) {
this.tags(['skipCloud']);

describe('with trial license clusters', () => {
const archive = 'singlecluster_green_gold';
const archive = 'monitoring/singlecluster_green_gold';
const timeRange = {
min: '2017-08-23T21:29:35Z',
max: '2017-08-23T21:47:25Z',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function ({ getService }) {
this.tags(['skipCloud']);

describe('with trial license clusters', () => {
const archive = 'singlecluster_green_gold_mb';
const archive = 'monitoring/singlecluster_green_gold_mb';
const timeRange = {
min: '2017-08-23T21:29:35Z',
max: '2017-08-23T21:47:25Z',
Expand Down

0 comments on commit 73d4d9d

Please sign in to comment.