Skip to content

Commit 9ee7e83

Browse files
author
Trong Nhan Mai
committed
chore: address invalid paths in test.yaml for urllib3 test cases
Signed-off-by: Trong Nhan Mai <trong.nhan.mai@oracle.com>
1 parent 874d757 commit 9ee7e83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/cases/urllib3_expectation_dir/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
options:
1616
command_args:
1717
- --repo-path
18-
- https://github.com/urllib3/urllib3/urllib3
18+
- https://github.com/urllib3/urllib3
1919
- --branch
2020
- main
2121
- --digest

tests/integration/cases/urllib3_expectation_file/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
expectation: expectation.cue
1717
command_args:
1818
- --repo-path
19-
- https://github.com/urllib3/urllib3/urllib3
19+
- https://github.com/urllib3/urllib3
2020
- --branch
2121
- main
2222
- --digest

tests/integration/cases/urllib3_invalid_expectation/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
expectation: invalid_expectation.cue
1717
command_args:
1818
- --repo-path
19-
- https://github.com/urllib3/urllib3/urllib3
19+
- https://github.com/urllib3/urllib3
2020
- --branch
2121
- main
2222
- --digest

0 commit comments

Comments
 (0)