Skip to content

Commit fe13752

Browse files
committed
Update test_worker.py
1 parent f2fb1e5 commit fe13752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_serverless/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_start(self):
6262
Test basic start call.
6363
'''
6464
with patch("builtins.open", mock_open(read_data='{"input":{"number":1}}')) as mock_file, \
65-
patch("runpod.serverless.worker.os") as mock_os, \
65+
patch("runpod.serverless.os") as mock_os, \
6666
self.assertRaises(SystemExit):
6767
mock_os.environ.get.return_value = None
6868
runpod.serverless.start({"handler": self.mock_handler})

0 commit comments

Comments
 (0)