summaryrefslogtreecommitdiff
path: root/yaksh/tests/selenium_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/tests/selenium_test.py')
-rw-r--r--yaksh/tests/selenium_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/tests/selenium_test.py b/yaksh/tests/selenium_test.py
index 15d730e..01ccc96 100644
--- a/yaksh/tests/selenium_test.py
+++ b/yaksh/tests/selenium_test.py
@@ -126,7 +126,6 @@ def user_gen(url, ids):
def wrap_run_load_test(args):
url = "http://yaksh.fossee.aero.iitb.ac.in/exam/"
- quiz_name = "yaksh_demo_quiz"
selenium_test = SeleniumTest(url=url, quiz_name=quiz_name)
return selenium_test.run_load_test(*args)