Skip to content

Commit

Permalink
fix test hanging due to monkey patch needed
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Nov 20, 2024
1 parent 19bcf81 commit 2720022
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from st2common.util.monkey_patch import monkey_patch

monkey_patch()

import os
import sys
Expand Down

0 comments on commit 2720022

Please sign in to comment.