summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/run_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaiaction/run_test.go')
-rw-r--r--internal/hexaiaction/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaiaction/run_test.go b/internal/hexaiaction/run_test.go
index b927d57..574874f 100644
--- a/internal/hexaiaction/run_test.go
+++ b/internal/hexaiaction/run_test.go
@@ -26,7 +26,7 @@ func TestExecuteAction_Skip(t *testing.T) {
}
func TestExecuteAction_Rewrite_Document_GoTest(t *testing.T) {
- cfg := appconfig.Load(nil) // defaults
+ cfg := appconfig.Load(context.Background(), nil) // defaults
// Use fenced output to exercise StripFences
client := fakeDoer{"```\nDONE\n```"}