Skip to content

Commit

Permalink
APID-520 dummy comment in tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasalumunagala committed Oct 18, 2022
1 parent cf56cb6 commit 59121d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/uk/gov/hmrc/apisubscriptionfields/TestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ object RequestHeaders {

val CONTENT_TYPE_HEADER_INVALID: (String, String) = CONTENT_TYPE -> "application/vnd.hmrc.1.0+json"

val CONTENT_TYPE_HEADER_INVALID2: (String, String) = CONTENT_TYPE -> "application/vnd.hmrc.1.0+json"

val ACCEPT_HMRC_JSON_HEADER: (String, String) = ACCEPT -> "application/vnd.hmrc.1.0+json"

val ACCEPT_HEADER_INVALID: (String, String) = ACCEPT -> MimeTypes.JSON

//Valid Headers
val ValidHeaders = Map(CONTENT_TYPE_HEADER, ACCEPT_HMRC_JSON_HEADER)
}

0 comments on commit 59121d9

Please sign in to comment.