Skip to content

Commit

Permalink
Update PAT_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jan 5, 2024
1 parent f37bac8 commit 78bbd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create_pat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

BASE_URL = "http://127.0.0.1"
SIGN_IN_URL = BASE_URL + "/users/sign_in"
PAT_URL = BASE_URL + "/-/profile/personal_access_tokens"
PAT_URL = BASE_URL + "/-/user_settings/personal_access_tokens"

session = requests.Session()

Expand Down

0 comments on commit 78bbd51

Please sign in to comment.