Skip to content

Commit c0d9719

Browse files
committed
Move things around
1 parent 2f76a56 commit c0d9719

File tree

195 files changed

+3471
-3572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+3471
-3572
lines changed

tests/integration/accounts/v1/credential/test_public_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/accounts/v1/test_credential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/call/test_feedback_summary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"""
88

99
from datetime import date
10-
1110
from tests import IntegrationTestCase
1211
from tests.holodeck import Request
1312
from twilio.base import serialize

tests/integration/api/v2010/account/incoming_phone_number/assigned_add_on/test_assigned_add_on_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/incoming_phone_number/test_assigned_add_on.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/recording/add_on_result/test_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/recording/test_add_on_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/test_sip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"""
88

99
from tests import IntegrationTestCase
10+
from tests.holodeck import Request
11+
from twilio.base.exceptions import TwilioException
12+
from twilio.http.response import Response
1013

1114

1215
class SipTestCase(IntegrationTestCase):

tests/integration/api/v2010/account/test_usage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"""
88

99
from tests import IntegrationTestCase
10+
from tests.holodeck import Request
11+
from twilio.base.exceptions import TwilioException
12+
from twilio.http.response import Response
1013

1114

1215
class UsageTestCase(IntegrationTestCase):

tests/integration/chat/v1/service/channel/test_invite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

0 commit comments

Comments
 (0)