Skip to content

Commit 2012104

Browse files
jopemachineclaude
andcommitted
fix: Add missing ScalingGroupForProjectRow to with_tables fixture
The associate/disassociate user group tests were failing because the sgroups_for_groups table was not being created in the test database. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 609eee5 commit 2012104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/manager/repositories/scaling_group/test_scaling_group_repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ async def db_with_cleanup(
9090
UserRow,
9191
KeyPairRow,
9292
GroupRow,
93+
ScalingGroupForProjectRow, # depends on ScalingGroupRow and GroupRow
9394
ImageRow,
9495
VFolderRow,
9596
EndpointRow,

0 commit comments

Comments
 (0)