From c430488a2578341e1481ae0fbe4dda8575f5c3e6 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 18 Dec 2024 03:03:57 +0100 Subject: [PATCH] replace undeclared use of old external "mock" module Change-Id: I01260f759ac009a6d93f213a51799374e750acfd --- tests/rest/test_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/test_args.py b/tests/rest/test_args.py index 4ae3246..060ac0b 100644 --- a/tests/rest/test_args.py +++ b/tests/rest/test_args.py @@ -1,4 +1,4 @@ -import mock +from unittest import mock import unittest from wsme import exc