Skip to content

Commit d0f9f66

Browse files
committed
fix: add-db_migration-to-test-cli
1 parent 29a164a commit d0f9f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_tests/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def test_create_robyn_app():
1010
"directory": "test_dir",
1111
"docker": "N",
1212
"project_type": "no-db",
13+
"db_migration": "N"
1314
}
1415
with patch("robyn.cli.os.makedirs") as mock_makedirs:
1516
with patch("robyn.cli.shutil.copytree") as mock_copytree, patch("robyn.os.remove") as _mock_remove:

0 commit comments

Comments
 (0)