Thread: pgAdmin 4 commit: Fixed API test cases by making the connection id uniq

pgAdmin 4 commit: Fixed API test cases by making the connection id uniq

From
Akshay Joshi
Date:
Fixed API test cases by making the connection id unique for ERD.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=181bec62ceade7244587ca95bdd71ff465caaca2
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/erd/__init__.py              | 1 +
web/pgadmin/tools/erd/tests/test_close.py      | 6 ++++--
web/pgadmin/tools/erd/tests/test_initialize.py | 6 ++++--
web/pgadmin/tools/erd/tests/test_panel.py      | 5 ++++-
web/pgadmin/tools/erd/tests/test_prequisite.py | 4 +++-
web/pgadmin/tools/erd/tests/test_sql.py        | 4 +++-
web/pgadmin/tools/erd/tests/test_tables.py     | 4 +++-
7 files changed, 22 insertions(+), 8 deletions(-)