Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: moving advanced integ tests in non-TRE folder (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 authored Oct 25, 2021
1 parent 82c5e03 commit b10f4b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
const { sleep } = require('@aws-ee/base-services/lib/helpers/utils');
const { NodeSSH } = require('node-ssh');
const { mountStudies, readWrite } = require('../../../support/complex/run-shell-command');
const { runSetup } = require('../../../support/setup');
const { mountStudies, readWrite } = require('../../../../support/complex/run-shell-command');
const { runSetup } = require('../../../../support/setup');

describe('EC2 Linux scenarios', () => {
let setup;
Expand Down

0 comments on commit b10f4b0

Please sign in to comment.