Skip to content

Commit

Permalink
Merge pull request #1535 from camptocamp/fix
Browse files Browse the repository at this point in the history
Fix wrong test
  • Loading branch information
sbrunner authored Sep 2, 2022
2 parents e1a3ec5 + de98eb0 commit 7f8fd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cwsgiutils/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def check_access(
GITHUB_ACCESS_TYPE_PROP,
"pull",
)
if auth_type is None
if access_type is None
else access_type,
},
)
Expand Down

0 comments on commit 7f8fd03

Please sign in to comment.