From 80177c2a5a6cca87a23cac4e70e8e7b7c5e20d7a Mon Sep 17 00:00:00 2001 From: bllfr0g Date: Mon, 28 Oct 2019 20:23:17 -0700 Subject: [PATCH] modified: checkin_test.py --- tests/checkin_test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/checkin_test.py b/tests/checkin_test.py index fb584cd..a8fd8c9 100644 --- a/tests/checkin_test.py +++ b/tests/checkin_test.py @@ -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: @@ -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: