Skip to content

Commit 5486d4f

Browse files
AWSChrisrlhagerm
andauthored
Update python/example_code/bedrock-agent/test/test_playlist_flow.py
Co-authored-by: Rachel Hagerman <[email protected]>
1 parent 5670430 commit 5486d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/bedrock-agent/test/test_playlist_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_playlist_flow(file):
1515
# Simulate user input - each string represents one input() call
1616
# If you're using the docs at https://docs.aws.amazon.com/bedrock/latest/userguide/flows-multi-turn-invocation.html,
1717
# "Create a playlist\n 3\n pop, castles\n" should work with Antropic Haiku.
18-
test_input = "pop\n3\n\y"
18+
test_input = "pop\n3\ny"
1919

2020
result = subprocess.run(
2121
[sys.executable, file],

0 commit comments

Comments
 (0)