feature: add update setup key endpoint

This commit is contained in:
braginini
2021-08-20 22:33:43 +02:00
parent 617f79e2e0
commit 2e9fc20567
12 changed files with 315 additions and 32 deletions

View File

@ -109,7 +109,7 @@ var _ = Describe("Client", func() {
})
})
Context("with a raw client and no ID header", func() {
Context("with a raw client and no Id header", func() {
It("should fail", func() {
client := createRawSignalClient(addr)
@ -125,7 +125,7 @@ var _ = Describe("Client", func() {
})
})
Context("with a raw client and with an ID header", func() {
Context("with a raw client and with an Id header", func() {
It("should be successful", func() {
md := metadata.New(map[string]string{sigProto.HeaderId: "peer"})