1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix CI tests

This commit is contained in:
Jeremy Stretch
2020-04-02 15:11:19 -04:00
parent 92fc28aa09
commit ee4c5ef64a
3 changed files with 4 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ class DummySerializer(ModelSerializer):
class Meta:
model = DummyModel
fields = ('id', 'name', 'sound')
fields = ('id', 'name', 'number')