diff --git a/src/uk/gov/hmcts/ardoq/ArdoqClient.groovy b/src/uk/gov/hmcts/ardoq/ArdoqClient.groovy index 5389a1167b..2b84f9ff5d 100644 --- a/src/uk/gov/hmcts/ardoq/ArdoqClient.groovy +++ b/src/uk/gov/hmcts/ardoq/ArdoqClient.groovy @@ -52,7 +52,7 @@ class ArdoqClient { "vcsHost": "Github HMCTS", "hmctsApplication": "${applicationId}", "codeRepository": "${repositoryName}", - "encodedDependecyList": "${b64Dependencies}", + "encodedDependencyList": "${b64Dependencies}", "parser": "${parser}", "language": "${language}", "languageVersion": "${languageVersion}" diff --git a/test/uk/gov/hmcts/contino/ArdoqClientTest.groovy b/test/uk/gov/hmcts/contino/ArdoqClientTest.groovy index f72b766484..1a7f17f549 100644 --- a/test/uk/gov/hmcts/contino/ArdoqClientTest.groovy +++ b/test/uk/gov/hmcts/contino/ArdoqClientTest.groovy @@ -67,7 +67,7 @@ class ArdoqClientTest extends Specification { "vcsHost": "Github HMCTS", "hmctsApplication": "appId", "codeRepository": "repoName", - "encodedDependecyList": "deps", + "encodedDependencyList": "deps", "parser": "yarn", "language": "java", "languageVersion": "1.8"