summaryrefslogtreecommitdiffstats
path: root/services/sync/tests/unit/missing-xpi-search.json
blob: 55f6432b291b853edd91beb17861ac0162e11b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "next": null,
  "results": [
    {
      "name": "Non-Restartless Test Extension",
      "type": "extension",
      "guid": "missing-xpi@tests.mozilla.org",
      "current_version": {
        "version": "1.0",
        "files": [
          {
            "platform": "all",
            "size": 485,
            "url": "http://127.0.0.1:8888/THIS_DOES_NOT_EXIST.xpi"
          }
        ]
      },
      "last_updated": "2011-09-05T20:42:09Z"
    }
  ]
}