Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Oct 22, 2023
1 parent 48dfd9e commit f1f2c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def app() -> pytest.fixture:
os.environ["FLASK_ENV"] = "testing"
flask_app = create_app()

return flask_app # this is where the testing happens!
yield flask_app # this is where the testing happens!


@pytest.fixture(scope="session")
Expand Down

0 comments on commit f1f2c3a

Please sign in to comment.