Skip to content

Commit

Permalink
Merge pull request #145 from mdsol/add-core-to-aggregate
Browse files Browse the repository at this point in the history
add mauth-signer-scala-core to aggregate
  • Loading branch information
fserra-mdsol authored Aug 16, 2022
2 parents 5f29b2a + 47e6beb commit 33633e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ lazy val `mauth-jvm-clients` = (project in file("."))
`mauth-common`,
`mauth-signer`,
`mauth-signer-akka-http`,
`mauth-signer-scala-core`,
`mauth-signer-http4s`,
`mauth-signer-sttp`,
`mauth-signer-apachehttp`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class MAuthRequestSignerSpec extends AnyFlatSpec with Matchers {
.mauthHeaders(MAuthRequest.MCC_AUTHENTICATION_HEADER_NAME) shouldBe EXPECTED_AUTHENTICATION_HEADER
}


"MAuthRequestSigner with V1 only required" should "add mauth headers to a request for V1 only " in {
val authHeaders = signerV1.signRequest(simpleNewUnsignedRequest).mauthHeaders
authHeaders.size shouldEqual 2
Expand Down

0 comments on commit 33633e7

Please sign in to comment.