add new path to test

pull/1184/head
gabrielburnworth 2019-05-03 16:44:04 -07:00
parent 0842656660
commit fdf2f640c6
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ describe("API", () => {
[API.current.diagnosticDumpsPath, BASE + "/api/diagnostic_dumps/"],
[API.current.farmwareInstallationPath, BASE + "/api/farmware_installations/"],
[API.current.globalBulletinPath, BASE + "/api/global_bulletins/"],
[API.current.accountSeedPath, BASE + "/api/device/seed"],
].map(x => expect(x[0]).toEqual(x[1]));
});