Skip to content

Commit

Permalink
fix: fix tests and scripts broken after type modif
Browse files Browse the repository at this point in the history
Closing ENG-2413
  • Loading branch information
cowan-macady committed Nov 28, 2023
1 parent f413859 commit 89d8927
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 45 deletions.
2 changes: 1 addition & 1 deletion indykite_sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,7 @@ def main():

elif command == "list_resources_by_property":
# replace by own values
property = {"colour": "blue"}
property = {"colour": "green"}
responses = client_knowledge.list_resources_by_property(property)
if responses:
for response in responses:
Expand Down
37 changes: 37 additions & 0 deletions indykite_sdk/indykite/auditsink/v1beta1/config_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions indykite_sdk/indykite/auditsink/v1beta1/config_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

58 changes: 30 additions & 28 deletions indykite_sdk/indykite/ingest/v1beta2/model_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89d8927

Please sign in to comment.