Skip to content

Commit

Permalink
updating outdated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Mar 24, 2016
1 parent 43807c6 commit 33166af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expfactory/testing/test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def test_jspsych_init(self):
self.assertTrue(re.search("expfactory_finished",init))
self.assertTrue(re.search("jsPsych.init",init))

init = get_jspsych_init(self.config[0],deployment="docker")
init = get_jspsych_init(self.config[0],deployment="docker-mturk")
self.assertTrue(re.search("{{next_page}}",init))
self.assertTrue(re.search("jsPsych.init",init))

init = get_jspsych_init(self.config[0],deployment="docker-preview")
init = get_jspsych_init(self.config[0],deployment="docker-local")
self.assertTrue(re.search("test_task_experiment",init))
self.assertTrue(re.search("jsPsych.init",init))

Expand Down

0 comments on commit 33166af

Please sign in to comment.