Commit 8ad1645
committed
fix(tests): update tool delete test to expect association cleanup execute call
delete_tool now calls db.execute twice: once for server_tool_association
cleanup and once for the tool DELETE. The test assertion was stale after
commit 5be84b4 added the association cleanup step.
Signed-off-by: Madhav Kandukuri <madhav165@gmail.com>1 parent f514b10 commit 8ad1645
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
| 288 | + | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments