Browse Source

extras: removed useractions fixture

Zach Moody 8 years ago
parent
commit
57a9e32ad8
1 changed files with 0 additions and 12 deletions
  1. 0 12
      netbox/extras/fixtures/extras.json

+ 0 - 12
netbox/extras/fixtures/extras.json

@@ -31,17 +31,5 @@
         "source": "http://localhost/interface_graph.png",
         "link": ""
     }
-},
-{
-    "model": "extras.useraction",
-    "pk": 1,
-    "fields": {
-        "time": "2016-06-23T04:30:37.586Z",
-        "user": 1,
-        "content_type": 10,
-        "object_id": 1,
-        "action": 1,
-        "message": "Created site <a href=\"/dcim/sites/test/\">TEST</a>"
-    }
 }
 ]