Skip to content

Commit

Permalink
fix test vendor pull
Browse files Browse the repository at this point in the history
  • Loading branch information
haitham911 committed Jan 21, 2025
1 parent 88d043e commit 46edee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/exec/go_getter_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func IsValidScheme(scheme string) bool {
"git": true,
"ssh": true,
"git::https": true,
"file": true,
}
return validSchemes[scheme]
}
Expand Down
2 changes: 1 addition & 1 deletion tests/test-cases/demo-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tests:
stderr:
- "^$"
exit_code: 0
- name: atmos vendor pull
- name: atmos_vendor_pull
enabled: true
description: "Ensure atmos vendor pull command executes without errors and files are present."
workdir: "../examples/tests/test-vendor/"
Expand Down

0 comments on commit 46edee4

Please sign in to comment.