Skip to content

Commit 5f56183

Browse files
- fixed failing assertion;
- removed obsolete assertion;
1 parent 7d916a3 commit 5f56183

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_prompt.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ def test_claude_relative_file_name(pkg_fixture):
7979

8080
p = ClaudePrompter(args)
8181
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']
82+
assert 'extracted from ansible/context.py,' in initial[1]['content']
8583

8684

8785
def test_ablated_nothing_ablated(pkg_fixture):

0 commit comments

Comments
 (0)