Skip to content

Commit

Permalink
e2e: test sim4life-dy (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored May 20, 2022
1 parent 6aa2716 commit 3a7ddee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tutorials/sim4life.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const {
enableDemoMode
} = utils.parseCommandLineArguments(args)

const templateName = "sim4life";
const serviceName = "sim4life-dy";


async function runTutorial() {
const tutorial = new tutorialBase.TutorialBase(url, templateName, user, pass, newUser, enableDemoMode);
const tutorial = new tutorialBase.TutorialBase(url, serviceName, user, pass, newUser, enableDemoMode);
let studyId

try {
Expand Down

0 comments on commit 3a7ddee

Please sign in to comment.