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 1qnE0Y-00AAm6-GA for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:26 +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 1qnE0P-00HWFl-T8 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qm9ej-003JAa-Hr for pgadmin-hackers@lists.postgresql.org; Fri, 29 Sep 2023 09:19:29 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qm9eg-008Faw-HK for pgadmin-hackers@lists.postgresql.org; Fri, 29 Sep 2023 09:19:28 +0000 Received: from github.com (hubbernetes-node-f395418.ac4-iad.github.net [10.52.145.28]) by smtp.github.com (Postfix) with ESMTPA id E3C1770087A for ; Fri, 29 Sep 2023 02:19:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695979164; bh=FI3tfm4s2l8X8s635lr0u03hmjx7joPb/E+T+eIVN88=; h=Date:From:To:Subject:From; b=IRk4rmGj3zqUPfBGR7pQzosHHK+MLC+G8aFrUwXhGGWesZSz16H9lMtZO9kAK+BAm 9GC+0UgnO7tZJbq93IFgD/59OVt//rGY6rYKwJQFgrHuVEuq79wYlCPMSmwYaPjR/Y 39kxcgDnK6mMfUAp9/60LocBfv9WfcId2rbhDKIg= Date: Fri, 29 Sep 2023 02:19:24 -0700 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 541d9d: Fix API test cases for backup dialog. 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: 541d9dfcb46c5e2901be6c36e735428ec2ef0dce https://github.com/pgadmin-org/pgadmin4/commit/541d9dfcb46c5e2901be6c36e735428ec2ef0dce Author: Nikhil Mohite Date: 2023-09-29 (Fri, 29 Sep 2023) Changed paths: M web/pgadmin/tools/backup/tests/test_create_backup_job.py Log Message: ----------- Fix API test cases for backup dialog.