Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Sep 9, 2024
1 parent 4aa6d0f commit b6a1d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shinkai-bin/shinkai-node/tests/it/encrypted_files_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use mockito::Server;
#[test]
fn sandwich_messages_with_files_test() {
unsafe { std::env::set_var("WELCOME_MESSAGE", "false") };
unsafe { std::env::set_var("ONLY_TESTING_JS_TOOLS", "true") };

run_test_one_node_network(|env| {
Box::pin(async move {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fn setup() {
#[test]
fn workflow_integration_test() {
std::env::set_var("WELCOME_MESSAGE", "false");
std::env::set_var("ONLY_TESTING_WORKFLOWS", "true");


// WIP: need to find a way to test the agent registration
Expand Down

0 comments on commit b6a1d49

Please sign in to comment.