From 7ecfc4bafc75a125c73e03bd630f065d9e4ed40c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 21:29:42 +0530 Subject: added superuser --- app/tests/test_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/tests') diff --git a/app/tests/test_cli.py b/app/tests/test_cli.py index 7a5aa73..aec4cee 100644 --- a/app/tests/test_cli.py +++ b/app/tests/test_cli.py @@ -3,4 +3,5 @@ from app import database_cli def test_database_commands(app, client): runner = app.test_cli_runner() assert runner.invoke(database_cli,["delete"]).exit_code == 0 - assert runner.invoke(database_cli,["create"]).exit_code == 0 \ No newline at end of file + assert runner.invoke(database_cli,["create"]).exit_code == 0 + assert runner.invoke(database_cli,["admin-create"]).exit_code == 0 \ No newline at end of file -- cgit v1.2.3