Example #1
0
 def open_start_url(self):
     start_url = common_internal.participant_start_url(
         self.participant_code)
     self.response = self.get(start_url, follow=True)
Example #2
0
 def open_start_url(self):
     start_url = common_internal.participant_start_url(self.participant_code)
     self.response = self.get(
         start_url,
         follow=True
     )