Skip to content

Commit

Permalink
Fix spelling for encodedDependencyList (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
engineeringstuff authored Jul 18, 2024
1 parent 25e26e2 commit 90d2fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uk/gov/hmcts/ardoq/ArdoqClient.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ArdoqClient {
"vcsHost": "Github HMCTS",
"hmctsApplication": "${applicationId}",
"codeRepository": "${repositoryName}",
"encodedDependecyList": "${b64Dependencies}",
"encodedDependencyList": "${b64Dependencies}",
"parser": "${parser}",
"language": "${language}",
"languageVersion": "${languageVersion}"
Expand Down
2 changes: 1 addition & 1 deletion test/uk/gov/hmcts/contino/ArdoqClientTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90d2fe2

Please sign in to comment.