Skip to content

Commit

Permalink
test: graphql server path injection with error
Browse files Browse the repository at this point in the history
Signed-off-by: Jaeyeon Park <[email protected]>
  • Loading branch information
moggaa committed Oct 9, 2024
1 parent 4de4c45 commit 4af4f67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func TestDownloadRemoteHub(t *testing.T) {
Name: uuid.New().String() + "../path/injection",
RepoURL: "https://github.com/litmuschaos/chaos-charts/archive/refs/heads/master.zip",
},
isError: true,
},
}
for _, tc := range testcases {
Expand Down Expand Up @@ -224,6 +225,7 @@ func TestSyncRemoteRepo(t *testing.T) {
Name: uuid.New().String() + "../path/injection",
RepoURL: "https://github.com/litmuschaos/chaos-charts/archive/refs/heads/master.zip",
},
isError: true,
},
}
for _, tc := range testcases {
Expand Down

0 comments on commit 4af4f67

Please sign in to comment.