Skip to content

Commit 42d6a57

Browse files
committed
update test_main_argument_passing__all_exists() for explanation_in
1 parent 893e933 commit 42d6a57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
def test_main_argument_passing__all_exists(mock_gemini_qna, caplog, tmp_path) -> None:
2020
# Setup
2121
os.environ['INPUT_API-KEY'] = 'test_key'
22+
os.environ['INPUT_EXPLANATION-IN'] = 'Korean'
2223

2324
os.environ['GITHUB_OUTPUT'] = str(tmp_path / 'output.txt')
2425

@@ -49,6 +50,7 @@ def test_main_argument_passing__all_exists(mock_gemini_qna, caplog, tmp_path) ->
4950
(tmp_path / 'file4.txt', tmp_path / 'file5.txt', tmp_path / 'file6.txt'),
5051
tmp_path / 'readme.txt',
5152
'test_key',
53+
'Korean',
5254
)
5355

5456
assert 'does not exist' not in caplog.text

0 commit comments

Comments
 (0)