From 06f0a923ca4e1835de4bff40a587118a98fd57b2 Mon Sep 17 00:00:00 2001 From: Sergey Golitsynskiy Date: Wed, 5 Jan 2022 20:46:09 -0500 Subject: [PATCH] Fix integration test (test only relevant for TS) --- test/integration/test_scripts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/test_scripts.py b/test/integration/test_scripts.py index 4837e2ec0acf..7eb67daec30f 100644 --- a/test/integration/test_scripts.py +++ b/test/integration/test_scripts.py @@ -151,8 +151,8 @@ def test_secret_decoder_ring(self): assert output.strip() == "1" def test_database_scripts(self): - self._scripts_check_argparse_help("create_db.py") - self._scripts_check_argparse_help("manage_db.py") + self._scripts_check_argparse_help("create_toolshed_db.py") + self._scripts_check_argparse_help("migrate_toolshed_db.py") # TODO: test creating a smaller database - e.g. tool install database based on fresh # config file.