We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb9116 commit 49438b0Copy full SHA for 49438b0
tests/cli/test_repost_failed_calls.py
@@ -1,4 +1,5 @@
1
import json
2
+import os
3
import subprocess
4
import sys
5
from pathlib import Path
@@ -227,8 +228,9 @@ def test_run_repost_failed_calls(
227
228
)
229
230
-def test_repost_failed_calls_exists():
231
+def test_repost_failed_calls_exists(mock_security_configuration):
232
"""Test the CLI is made"""
233
+ os.environ["MURFEY_SECURITY_CONFIGURATION"] = str(mock_security_configuration)
234
result = subprocess.run(
235
[
236
"murfey.repost_failed_calls",
0 commit comments