connexion icon indicating copy to clipboard operation
connexion copied to clipboard

Fix tests for flask 2.2

Open RobbeSneyders opened this issue 2 years ago • 0 comments

Flask no longer allows you to register routes on an application after it has processed its first request. This broke one of our tests adding routes to an application provided by a fixture. I changed this so a new application object is constructed for the test.

RobbeSneyders avatar Aug 07 '22 21:08 RobbeSneyders