kin: KIN-OBS-021 Вынести raw SQL из cli/watch.py в core/models.py
This commit is contained in:
parent
669ed2fbc9
commit
a4e5497401
4 changed files with 22 additions and 24 deletions
|
|
@ -330,7 +330,7 @@ class TestProjectLinksAPI:
|
|||
"type": "depends_on",
|
||||
"description": "P1 depends on P2",
|
||||
})
|
||||
assert r.status_code == 200
|
||||
assert r.status_code == 201
|
||||
data = r.json()
|
||||
assert data["from_project"] == "p1"
|
||||
assert data["to_project"] == "p2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue