diff --git a/document_url_google_drive/tests/test_document_url.py b/document_url_google_drive/tests/test_document_url.py index 8a830d91..6af67e2c 100644 --- a/document_url_google_drive/tests/test_document_url.py +++ b/document_url_google_drive/tests/test_document_url.py @@ -2,9 +2,9 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo.tests import common, tagged +from odoo.tests import common + -@tagged("tttttt") class TestDocumentUrl(common.TransactionCase): @classmethod def setUpClass(cls): @@ -36,9 +36,7 @@ class TestDocumentUrl(common.TransactionCase): self.config_settings.set_param("is_active_google_api", True) self.config_settings.set_param("google_picker_api_key", "test_api_key") self.config_settings.set_param("google_picker_app_id", "test_app_id") - self.config_settings.set_param( - "google_picker_client_id", "test_client_id" - ) + self.config_settings.set_param("google_picker_client_id", "test_client_id") user = self.users.with_context(no_reset_password=True).create( { "name": "Test User",