Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jan 21, 2024
1 parent 5114fd5 commit 62c5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_public_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
client = TestClient(app)

excluded_endpoints = [
facebook.fb_webhook_verify.__name__, # gives 403
facebook_api.fb_webhook_verify.__name__, # gives 403
slack_connect_redirect.__name__,
slack_connect_redirect_shortcuts.__name__,
"get_run_status", # needs query params
Expand Down

0 comments on commit 62c5185

Please sign in to comment.