fix: use correct tab field name in feedback test
This commit is contained in:
parent
1ca9398df4
commit
c2fa107c47
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def test_submit_creates_issue(monkeypatch):
|
|||
"description": "Trust score shows 0 when seller has 1000 feedback",
|
||||
"type": "bug",
|
||||
"repro": "1. Search for anything\n2. Check trust score",
|
||||
"view": "search",
|
||||
"tab": "search",
|
||||
})
|
||||
|
||||
assert res.status_code == 200
|
||||
|
|
|
|||
Loading…
Reference in a new issue