Skip to content

Commit 41eb25f

Browse files
committed
Fix
1 parent 8710dc7 commit 41eb25f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

label_studio_ml/examples/deepgram/test_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ def test_setup_in_test_mode_uses_stub_clients(monkeypatch):
192192
Checks : ensure real Deepgram constructor is not called and stub clients exist with defaults.
193193
"""
194194
monkeypatch.setenv('TEST_ENV', '1')
195+
monkeypatch.setenv('S3_BUCKET', 'test-bucket')
196+
monkeypatch.setenv('S3_FOLDER', 'tts')
195197
ctor = MagicMock()
196198
monkeypatch.setattr(deepgram_module, 'DeepgramClient', ctor)
197199

0 commit comments

Comments
 (0)