Skip to content

Commit

Permalink
maint: update names of two non-exposed functions
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 30, 2023
1 parent 8e77c89 commit 5c35596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _userdata_url_default(self):

# Enable refresh_pre_spawn by default if self.enable_auth_state
@default("refresh_pre_spawn")
def _refresh_pre_spawn(self):
def _refresh_pre_spawn_default(self):
if self.enable_auth_state:
return True

Expand Down
2 changes: 1 addition & 1 deletion oauthenticator/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_authenticator(generic_client):
),
],
)
async def test_generic_asd(
async def test_generic(
get_authenticator,
generic_client,
test_variation_id,
Expand Down

0 comments on commit 5c35596

Please sign in to comment.