Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Apr 17, 2024
1 parent 5da9c05 commit e3c1b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def app(request: SubRequest) -> Iterator[SupersetApp]:
app.config["WTF_CSRF_ENABLED"] = False
app.config["PREVENT_UNSAFE_DB_CONNECTIONS"] = False
app.config["TESTING"] = True
app.config["RATELIMIT_ENABLED"] = False

# loop over extra configs passed in by tests
# and update the app config
Expand Down

0 comments on commit e3c1b64

Please sign in to comment.