Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
modified: checkin_test.py
  • Loading branch information
bllfr0g committed Oct 29, 2019
1 parent f36d274 commit 80177c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/checkin_test.py
Expand Up @@ -28,9 +28,6 @@ def test_reservation_lookup():

@my_vcr.use_cassette()
def test_checkin():
phone = southwest.Notifications.Phone('1234567890')
email = southwest.Notifications.Email('test@example.com')
r.notifications = [phone, email]
try:
r.checkin()
except Exception:
Expand All @@ -39,9 +36,6 @@ def test_checkin():

@my_vcr.use_cassette()
def test_checkin_without_passes():
phone = southwest.Notifications.Phone('1234567890')
email = southwest.Notifications.Email('test@example.com')
r.notifications = [phone, email]
try:
r.checkin()
except Exception:
Expand Down

0 comments on commit 80177c2

Please sign in to comment.