diff --git a/backend/test_multiple_accounts.py b/backend/test_multiple_accounts.py index f42f75f6..f007995b 100755 --- a/backend/test_multiple_accounts.py +++ b/backend/test_multiple_accounts.py @@ -37,7 +37,7 @@ def test_multiple_accounts(): print(f'\n✅ Created test user: {test_user_id}') # Ensure instruments exist - instruments = ["SPY", "BND", "VTI", "VXUS", "QQQ", "IWM", "EFA", "AGG", "VNQ", "GLD"] + instruments = ["SPY", "BND", "VTI", "VXUS", "QQQ", "IWM", "EFA", "AGG", "VNQ", "GLD", "TSLA", "ARKK"] for i, symbol in enumerate(instruments): existing = db.instruments.find_by_symbol(symbol) if not existing: