We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d916a3 commit 5f56183Copy full SHA for 5f56183
tests/test_prompt.py
@@ -79,9 +79,7 @@ def test_claude_relative_file_name(pkg_fixture):
79
80
p = ClaudePrompter(args)
81
initial = p.initial_prompt(MockSegment())
82
- assert '<file path="ansible/context.py"' in initial[1]['content']
83
-
84
- assert "when tested, it does not execute." in initial[1]['content']
+ assert 'extracted from ansible/context.py,' in initial[1]['content']
85
86
87
def test_ablated_nothing_ablated(pkg_fixture):
0 commit comments