fix tests

This commit is contained in:
jimmoffet
2022-09-30 10:59:48 -04:00
parent 1161e2c6cb
commit 48af6f7c23
8 changed files with 20 additions and 80 deletions

View File

@@ -2,15 +2,14 @@ import base64
import re
from urllib.parse import urlparse
import requests
import oscrypto.asymmetric
import oscrypto.errors
import requests
import six
from app import redis_store
from app.config import Config
import six
USE_CACHE = True
VALIDATE_ARN = True
VALID_SNS_TOPICS = Config.VALID_SNS_TOPICS