Skip to content

Commit 8a5d5a8

Browse files
Removed writing a local log file
1 parent 35f4187 commit 8a5d5a8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
max-line-length=99
33
[tool:pytest]
44
log_cli = True
5-
log_file = logs/pytest-logs.txt
65
junit_logging = system-out

test/integration/test_multi_factor_authentication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Integration test for Bandwidth's Multi-Factor Authentication API
33
"""
44

5-
from ast import Assert
65
import os
76
import time
87
import unittest

test/integration/test_phone_number_lookup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ def testSuccessfulPhoneNumberLookup(self) -> None:
132132
lookup_request = LookupRequest(
133133
tns=[
134134
os.environ['BW_NUMBER'],
135-
# os.environ['VZW_NUMBER'],
136-
# os.environ['ATT_NUMBER'],
137-
# os.environ['T_MOBILE_NUMBER'],
138-
# os.environ['BW_INVALID_TN_LOOKUP_NUMBER']
135+
os.environ['VZW_NUMBER'],
136+
os.environ['ATT_NUMBER'],
137+
os.environ['T_MOBILE_NUMBER'],
138+
os.environ['BW_INVALID_TN_LOOKUP_NUMBER']
139139
],
140140
)
141141

0 commit comments

Comments
 (0)