-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Get Logo Annotation list #882
Conversation
tests/integration/test_api.py
Outdated
data = result.json | ||
assert data["count"] == 12 | ||
assert data["status"] == "found" | ||
assert [q["annotation_value_tag"] for q in data["annotation"]] == [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test case fails. I should get 5 records but I am getting 12 records all the time.
Codecov Report
@@ Coverage Diff @@
## master #882 +/- ##
==========================================
+ Coverage 44.73% 52.24% +7.50%
==========================================
Files 96 92 -4
Lines 6981 6950 -31
==========================================
+ Hits 3123 3631 +508
+ Misses 3858 3319 -539
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
What
This PR does the following from here:
Part of