Skip to content

Commit

Permalink
Add salt module to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Aikema committed Jul 9, 2024
1 parent d1c4deb commit fe43336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contents/tests/test_authenticate.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import time
import sys,os,time
import unittest
import json
from unittest import mock

sys.path.append(os.getcwd())
from contents.salt import SaltApiNodeStepPlugin


Expand Down

0 comments on commit fe43336

Please sign in to comment.