Skip to content

Commit

Permalink
APID-520 dummy comment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasalumunagala committed Oct 18, 2022
1 parent a708bc6 commit cf56cb6
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 cf56cb6

Please sign in to comment.