t/api_test.py : Update tests results according to query changes

Signed-off-by: Maxime Chretien (MixLeNain) <mchretien@linuxmail.org>
This commit is contained in:
Maxime Chretien (MixLeNain) 2020-10-26 13:31:40 +01:00
parent f6bcfabcdc
commit bec8105305

View file

@ -57,9 +57,9 @@ class APITest(testing.TestCase):
expected_json = {
'definitions':
[
{'path': 'include/linux/i2c.h', 'line': 941, 'type': 'prototype'},
{'path': 'drivers/i2c/i2c-core-of.c', 'line': 22, 'type': 'function'},
{'path': 'include/linux/i2c.h', 'line': 968, 'type': 'function'},
{'path': 'include/linux/i2c.h', 'line': 941, 'type': 'prototype'}
{'path': 'include/linux/i2c.h', 'line': 968, 'type': 'function'}
],
'references':
[