We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75df748 commit d1b400dCopy full SHA for d1b400d
1 file changed
app/tests/test_iac_install.py
@@ -26,7 +26,7 @@ def test_iac_install_generation(mock_gpt_service, valid_installation_data):
26
assert response.json() == {"output": mocked_gpt_response}
27
28
expected_prompt = """
29
- generate a clear shell acript about installation terraform in ubuntu based on terraform document.
+ generate a clear shell script about installation terraform in ubuntu based on terraform document.
30
without any additional note. just script for installation.
31
"""
32
actual_prompt = " ".join(mock_gpt_service.call_args[0][0].split())
0 commit comments