Skip to content

Commit

Permalink
chore: more updaters
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Jun 28, 2023
1 parent 5d7d086 commit 62a2a2c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 471 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ object Agents {
Recipient.remember("peerDid", EdgeAgent.createPeerDid(HttpListener.endpoint()))
Sender = Actor.named("Sender")
.whoCan(CallAnApi.at(Environments.MEDIATOR_URL))
// Sender.remember("peerDid", EdgeAgent.createPeerDid(HttpListener.endpoint()))
Sender.remember("peerDid", EdgeAgent.createPeerDid(HttpListener.endpoint()))
}
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package common

object TestConstants {
const val EMPTY_BODY: String = "{}"
const val CONST_BODY: String = """{ "key": "value" }"""
const val CONST_BODY: String = """{"key":"value"}"""
const val UNSUPPORTED_CONTENT_TYPE: String = "unsupported-type+json"
const val DIDCOMM_V2_CONTENT_TYPE_ENCRYPTED: String = "application/didcomm-encrypted+json"
const val DIDCOMM_V2_CONTENT_TYPE_PLAIN: String = "application/didcomm-plain+json"
Expand Down
Loading

0 comments on commit 62a2a2c

Please sign in to comment.