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"]
|
categories = ["development-tools::testing"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# The server we're testing - enable all working features for testing
|
# Common library for shared types
|
||||||
# NOTE: vectordb, compliance, timeseries have compilation issues in botserver
|
|
||||||
botserver = { path = "../botserver", features = ["full"] }
|
|
||||||
botlib = { path = "../botlib", features = ["database"] }
|
botlib = { path = "../botlib", features = ["database"] }
|
||||||
|
|
||||||
# Async runtime
|
# Async runtime
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue