mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Update definitions_test.py
Correcting schema mapping issue
This commit is contained in:
parent
f86646de4f
commit
1a9b233d3d
@ -63,7 +63,7 @@ def _get_diff_from_upstream():
|
||||
if file.change_type in CHANGE_TYPE_LIST:
|
||||
if path in file.a_path:
|
||||
file_list.append((file.a_path, schema))
|
||||
else:
|
||||
elif path in file.b_path:
|
||||
file_list.append((file.b_path, schema))
|
||||
|
||||
return file_list
|
||||
|
Loading…
Reference in New Issue
Block a user