Skip to content

Commit

Permalink
fix: fix the kernel sdk test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Sep 12, 2023
1 parent 65d27fb commit 624c0a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/tests/kernel_sdk_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ def kernel_sdk():
endpoint = (
"localhost:9527" # Replace with the actual endpoint of your test gRPC server
)
#return KernelSDK(endpoint, "ZCeI9cYtOCyLISoi488BgZHeBkHWuFUH")
return KernelSDK(endpoint, "z7XRkTTBkXifyCAa5rAQfabeTxtFqrVz")

return KernelSDK(endpoint, "ZCeI9cYtOCyLISoi488BgZHeBkHWuFUH")


@pytest.fixture
Expand Down

0 comments on commit 624c0a6

Please sign in to comment.