Skip to content

Commit 49438b0

Browse files
committed
Need to set security_config
1 parent 2fb9116 commit 49438b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cli/test_repost_failed_calls.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
import os
23
import subprocess
34
import sys
45
from pathlib import Path
@@ -227,8 +228,9 @@ def test_run_repost_failed_calls(
227228
)
228229

229230

230-
def test_repost_failed_calls_exists():
231+
def test_repost_failed_calls_exists(mock_security_configuration):
231232
"""Test the CLI is made"""
233+
os.environ["MURFEY_SECURITY_CONFIGURATION"] = str(mock_security_configuration)
232234
result = subprocess.run(
233235
[
234236
"murfey.repost_failed_calls",

0 commit comments

Comments
 (0)