Skip to content

Commit

Permalink
test for pyohio 24
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jul 7, 2024
1 parent 158a3d0 commit 48fd610
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/auth/pretalx.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
# api token stored to env pretalx_token
# https://pretalx.northbaypython.org/nbpy-2023/me/

# I should seee "email" in the keys.
# I should see "email" in the keys.


import os
import requests

from pprint import pprint

url="https://pretalx.northbaypython.org/api/events/nbpy-2023/speakers/"
# url="https://pretalx.northbaypython.org/api/events/nbpy-2023/speakers/"
# url="https://pretalx.com/api/events/pyohio-2024/talks/"
url="https://pretalx.com/api/events/pyohio-2024/speakers/"
api_token=os.getenv('pretalx_token')

headers = {'Authorization': f'Token {api_token}'}
Expand Down

0 comments on commit 48fd610

Please sign in to comment.