Skip to content

Commit

Permalink
Merge pull request #100 from hmrc/APID-520-2
Browse files Browse the repository at this point in the history
APID-520 dummy comment in tests
  • Loading branch information
mi-akram authored Oct 18, 2022
2 parents a708bc6 + cf56cb6 commit c9ed3fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ This microservice stores definitions and values relating to API subscriptions fo

---


### PUT Field Definitions
#### `PUT /definition/context/:apiContext/version/:apiVersion`
Creates or updates the definitions of the subscriptions fields for an API
Expand Down
1 change: 1 addition & 0 deletions test/uk/gov/hmrc/apisubscriptionfields/TestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ object RequestHeaders {

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 c9ed3fd

Please sign in to comment.