Skip to content

Commit

Permalink
Removing test
Browse files Browse the repository at this point in the history
Signed-off-by: arnchiequ-dell <[email protected]>
  • Loading branch information
aqu-dell committed Aug 14, 2023
1 parent 07c5a2f commit 2e2bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/monitor/integration_steps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func (i *integration) copyOverTestScriptsToNode(address string) error {
}
}

// After copying the files, add execute permissions and list thee directory
// After copying the files, add execute permissions and list the directory
lsDirCmd := fmt.Sprintf("chmod +x %s/* ; ls -ltr %s", remoteScriptDir, remoteScriptDir)
if lsErr := client.Run(lsDirCmd); lsErr == nil {
for _, out := range client.GetOutput() {
Expand Down

0 comments on commit 2e2bbfe

Please sign in to comment.