From 89f28316fe39df4918f15c9cd91b3a494a417010 Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Wed, 4 Nov 2020 21:42:31 -0600 Subject: [PATCH] fix: profile id test Signed-off-by: Aaron Sutula --- src/integration.spec.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/integration.spec.ts b/src/integration.spec.ts index 81d22db6..5f8b3ec1 100644 --- a/src/integration.spec.ts +++ b/src/integration.spec.ts @@ -45,6 +45,13 @@ describe("pow", () => { expect(pow.host).equal(host) }) + it("should get profile id", async () => { + const pow = newPow() + await expectNewInstance(pow) + const res = await pow.storageProfileId() + expect(res.id).not.empty + }) + describe("admin", () => { describe("profiles", () => { it("should create profile", async () => {