Skip to content
Prev Previous commit
fixed wrong import
  • Loading branch information
DianaStrauss committed Aug 6, 2024
commit 88fcf70a4d040bad95c52412fff2a474831c8aaa
2 changes: 1 addition & 1 deletion tests/test_openapi_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import yaml
import json

from hackingBuddyGPT.usecases.utils.openapi_converter import OpenAPISpecificationConverter
from hackingBuddyGPT.usecases.web_api_testing.utils.openapi_converter import OpenAPISpecificationConverter


class TestOpenAPISpecificationConverter(unittest.TestCase):
Expand Down