Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 3b7c691

Browse files
test(openssl): verify key id
1 parent 97bf98f commit 3b7c691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openssl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ DQd8
146146
expect(err).to.not.exist()
147147
expect(key).to.exist()
148148
expect(key).to.have.property('name', keyName)
149-
expect(key).to.have.property('id')
149+
expect(key).to.have.property('id', 'QmeMWBbuyw8KycYhZVxMzVHK3zLH1mp2DT84X2NApqiXgn')
150150
ks.removeKey(keyName, done)
151151
})
152152
})

0 commit comments

Comments
 (0)