Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
cs_lucky committed Oct 23, 2023
1 parent f166f7a commit 6ed5ace
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ def test_collect_package_tools_and_connections(self, install_custom_tool_pkg):
package: test-custom-tools
package_version: 0.0.2
configs:
api_url: "This is a fake api url." # String, The api url.
api_url: "This is a fake api url." # String type. The api url.
secrets: # must-have
api_key: "to_replace_with_api_key" # String, The api key.
api_key: "to_replace_with_api_key" # String type. The api key.
"""

content = templates["my_tool_package.tools.my_tool_with_custom_strong_type_connection.MyCustomConnection"]
Expand Down

0 comments on commit 6ed5ace

Please sign in to comment.