Skip to content

Commit

Permalink
test file in wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Nov 3, 2023
1 parent 860077a commit 96f6bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/cloud/Cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ func VerifyPersistence(c *gin.Context, configDirectory string) {
"_6-967003_" + config.Name + "_200-200-400-400_24_769.mp4"

// Open test-480p.mp4
file, err := os.Open(configDirectory + "/test-480p.mp4")
file, err := os.Open(configDirectory + "/data/test-480p.mp4")
if err != nil {
msg := "VerifyPersistence: error reading test-480p.mp4: " + err.Error()
log.Log.Error(msg)
Expand Down

0 comments on commit 96f6bcb

Please sign in to comment.