Skip to content

Commit

Permalink
fix screenshot path issue (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored Sep 7, 2023
1 parent d814260 commit e9893a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ retry:
ExtractRegex: extractRegex,
StoredResponsePath: responsePath,
ScreenshotBytes: screenshotBytes,
ScreenshotPath: screenshotPath,
ScreenshotPath: filepath.Join(hostFilename, screenshotResponseFile),
HeadlessBody: headlessBody,
KnowledgeBase: map[string]interface{}{
"PageType": r.errorPageClassifier.Classify(respData),
Expand Down

0 comments on commit e9893a8

Please sign in to comment.