Skip to content

Commit

Permalink
Modified smoke test files
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ202 committed Oct 10, 2024
1 parent efd1f53 commit d6dad33
Show file tree
Hide file tree
Showing 51 changed files with 6 additions and 6 deletions.
Binary file modified libs/agent_catalog_core/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified libs/agent_catalog_core/__pycache__/defaults.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified libs/agent_catalog_util/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified libs/agent_catalog_util/__pycache__/connection.cpython-312.pyc
Binary file not shown.
Binary file modified libs/agent_catalog_util/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file modified libs/agent_catalog_util/__pycache__/publish.cpython-312.pyc
Binary file not shown.
Binary file modified libs/agent_catalog_util/__pycache__/query.cpython-312.pyc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: python_function

open_api:
filename: tests/core/tool/resources/_good_spec.json
filename: resources/_good_spec.json
operations:
- path: /create
method: post
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: http_request

open_api:
filename: tests/core/tool/resources/_good_spec.json
filename: resources/_good_spec.json
operations:
- path: /create
method: get
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: http_request

open_api:
filename: tests/core/tool/resources/_good_spec.json
filename: resources/_good_spec.json
operations:
- path: /doesnotexist
method: post
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: http_request

open_api:
filename: tests/core/tool/resources/_bad_spec.json
filename: resources/_bad_spec.json
operations:
- path: /create
method: post
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: http_request

open_api:
filename: tests/core/tool/resources/_bad_spec.json
filename: resources/_bad_spec.json
operations:
- path: /rewards/{member_id}
method: get
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
record_kind: http_request

open_api:
filename: tests/core/tool/resources/_good_spec.json
filename: resources/_good_spec.json
operations:
- path: /create
method: post
Expand Down

0 comments on commit d6dad33

Please sign in to comment.