summaryrefslogtreecommitdiff
path: root/functionaltests/client/v1/smoke/test_secrets.py
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/client/v1/smoke/test_secrets.py')
-rw-r--r--functionaltests/client/v1/smoke/test_secrets.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functionaltests/client/v1/smoke/test_secrets.py b/functionaltests/client/v1/smoke/test_secrets.py
index e57bfc9..5482582 100644
--- a/functionaltests/client/v1/smoke/test_secrets.py
+++ b/functionaltests/client/v1/smoke/test_secrets.py
@@ -12,13 +12,12 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-import base64
-from testtools import testcase
from functionaltests.client import base
from functionaltests.common import cleanup
from functionaltests.common import keys
from functionaltests import utils
+from testtools import testcase
secret_create_defaults_data = {
"name": "AES key",