diff --git a/tests/test_progit_flask_ui_fork.py b/tests/test_progit_flask_ui_fork.py index 4f26552..b048367 100644 --- a/tests/test_progit_flask_ui_fork.py +++ b/tests/test_progit_flask_ui_fork.py @@ -1332,7 +1332,7 @@ index 0000000..2a552bb '
  • Fork is empty, there are no commits to ' 'request pulling
  • ', output.data) - output = self.app.get('/fork/foo/test/new_issue') + output = self.app.get('/test/new_issue') csrf_token = output.data.split( 'name="csrf_token" type="hidden" value="')[1].split('">')[0]