Skip to content

Commit

Permalink
Fix integration test (test only relevant for TS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Mar 9, 2022
1 parent b624432 commit 06f0a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 06f0a92

Please sign in to comment.