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:
parent
f6bcfabcdc
commit
bec8105305
1 changed files with 2 additions and 2 deletions
|
|
@ -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':
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue