We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16581e6 commit 46b4945Copy full SHA for 46b4945
pyqualtrics/tests.py
@@ -349,7 +349,6 @@ def test_activate_survey_fails(self):
349
def test_single_response_html(self):
350
result = self.qualtrics.getSingleResponseHTML(SurveyID=self.survey_id, ResponseID=self.response_id)
351
self.assertTrue("DOCTYPE html PUBLIC" in result)
352
- print result
353
354
def tearDown(self):
355
# Note that tearDown is called after EACH test
0 commit comments