mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
from flask import json, url_for
|
||||
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import create_inbound_sms, create_service_inbound_api, create_service_callback_api
|
||||
from tests.app.db import (
|
||||
create_inbound_sms,
|
||||
create_service_callback_api,
|
||||
create_service_inbound_api,
|
||||
)
|
||||
|
||||
|
||||
def test_get_inbound_sms_returns_200(
|
||||
|
||||
@@ -2,13 +2,12 @@ import pytest
|
||||
from flask import json, url_for
|
||||
from jsonschema.exceptions import ValidationError
|
||||
|
||||
from app.schema_validation import validate
|
||||
from app.v2.inbound_sms.inbound_sms_schemas import (
|
||||
get_inbound_sms_request,
|
||||
get_inbound_sms_response,
|
||||
get_inbound_sms_single_response
|
||||
get_inbound_sms_single_response,
|
||||
)
|
||||
from app.schema_validation import validate
|
||||
|
||||
from tests import create_authorization_header
|
||||
from tests.app.db import create_inbound_sms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user