Skip to content

Commit

Permalink
Fix Yarn integration test data
Browse files Browse the repository at this point in the history
CLOUDBLD-3914

New code changes require a corresponding test_dependency addition to
yarn.lock

Signed-off-by: Daniel Cho <dacho@redhat.com>
  • Loading branch information
dcho5 authored and brunoapimentel committed Dec 22, 2021
1 parent 92c823c commit ec44150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_data/cached_dependencies.yaml
Expand Up @@ -756,7 +756,7 @@ yarn_cached_deps:
ssh_main_repo: "git@github.com:cachito-testing/cachito-yarn-with-deps.git"
ssh_dep_repo: "git@github.com:cachito-testing/cachito-yarn-without-deps.git"
# dummy dependency to test change in package.json
test_dependency: '"assertion-error": "1.1.0"'
test_dependency: '"assertion-error": "^1.1.0"'
pkg_managers: [ "yarn" ]
# Parts of the Cachito response to check
response_expectations:
Expand Down

0 comments on commit ec44150

Please sign in to comment.