Remove botserver dependency - use HTTP for integration tests
This commit is contained in:
parent
1232b2fc65
commit
05446c6716
1 changed files with 1 additions and 3 deletions
|
|
@ -10,9 +10,7 @@ keywords = ["testing", "bot", "integration-testing", "e2e", "general-bots"]
|
|||
categories = ["development-tools::testing"]
|
||||
|
||||
[dependencies]
|
||||
# The server we're testing - enable all working features for testing
|
||||
# NOTE: vectordb, compliance, timeseries have compilation issues in botserver
|
||||
botserver = { path = "../botserver", features = ["full"] }
|
||||
# Common library for shared types
|
||||
botlib = { path = "../botlib", features = ["database"] }
|
||||
|
||||
# Async runtime
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue