Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3YRH-004UOe-Nj for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 09:13:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r3YRE-005mG1-4T for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 09:13:28 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3YRD-005mFt-No for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 09:13:27 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3YRA-005pum-MQ for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 09:13:26 +0000 Received: from github.com (hubbernetes-node-f9ec6f2.va3-iad.github.net [10.48.146.42]) by smtp.github.com (Postfix) with ESMTPA id 557FE8C0318 for ; Thu, 16 Nov 2023 01:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700126003; bh=rAq6Vnna1J+hVznCIi7ZD/TQjqEqE7QKnnQz+p/KU6k=; h=Date:From:To:Subject:From; b=QMhGNXEFYqx2UOeV1F52+zTOZ7sb1o1yuy4/zFV88fC/FIJRdXKH47OgZ4wUhhMmn Ew48dpNAl29qEbpTEdpmkM7CHZsYXywXEvowVg/EYOp/Kn1CKPZAkoLtgaFFVcwcfP mI2/6gO8kddn5S4GVHFXnWkbwk5WzZmISFJx1tWE= Date: Thu, 16 Nov 2023 01:13:23 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] cc2391: Fixed and improve few API test cases. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: cc239149bac2dfe3881fd12d62021c462eb284e6 https://github.com/pgadmin-org/pgadmin4/commit/cc239149bac2dfe3881fd12d62021c462eb284e6 Author: Akshay Joshi Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/databases/languages/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete_multiple.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/templates/fts_dictionaries/sql/default/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete_multiple.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_add.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_delete.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_delete_multiple.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_get.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_put.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/templates/fts_templates/sql/default/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete_multiple.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/triggers_test_data.json M web/pgadmin/browser/server_groups/servers/tests/servers_test_data.json M web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py M web/pgadmin/tools/grant_wizard/__init__.py Log Message: ----------- Fixed and improve few API test cases.