Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Feb 3, 2023
1 parent 1e40665 commit 38a86d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def test_netrc_from_env(expected_username: str):
indirect=("netrc_contents",),
)
@pytest.mark.usefixtures("netrc_contents")
def est_basicauth_present_in_netrc(
def test_basicauth_present_in_netrc(
expected_auth: helpers.BasicAuth,
):
"""Test that netrc file contents are properly parsed into BasicAuth tuples"""
Expand Down

0 comments on commit 38a86d9

Please sign in to comment.