Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu authored Apr 26, 2024
1 parent 0845a05 commit 3c9bc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_monitoringdashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def bind(app, schedule=True, include_dashboard=True):
blueprint.record_once(lambda _state: init_cache())
except AssertionError as e:
if app.config["TESTING"]:
print("in tests we get an assertion error... and we're fine")
print("We must find a better solution for the record_once exception in the tests")
else:
raise e

Expand Down

0 comments on commit 3c9bc42

Please sign in to comment.