Skip to content

Commit d1b400d

Browse files
committed
test(iac_install): shell acript to shell script
1 parent 75df748 commit d1b400d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tests/test_iac_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_iac_install_generation(mock_gpt_service, valid_installation_data):
2626
assert response.json() == {"output": mocked_gpt_response}
2727

2828
expected_prompt = """
29-
generate a clear shell acript about installation terraform in ubuntu based on terraform document.
29+
generate a clear shell script about installation terraform in ubuntu based on terraform document.
3030
without any additional note. just script for installation.
3131
"""
3232
actual_prompt = " ".join(mock_gpt_service.call_args[0][0].split())

0 commit comments

Comments
 (0)