Skip to content

Commit b5ad3d5

Browse files
authored
fixed undefined subprocess issue in test (#228)
1 parent e072ba1 commit b5ad3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/integration/testcases/test_nozzle_configurations_local.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from lib.splunk_api import *
44
import string
55
import random
6+
import subprocess
67
_tag = ''.join(random.choices(string.ascii_uppercase + string.digits, k=6))
78

89

0 commit comments

Comments
 (0)