Got the new page added.

This commit is contained in:
Jeff Baskin 2025-05-02 08:09:05 -04:00
parent 4fbbd30c4b
commit 57a09461f1
2 changed files with 2 additions and 1 deletions

View File

@ -140,6 +140,7 @@ impl MoreThanText {
msg.add_data("sess_id", sess_id);
msg.add_data("action", action);
msg.add_data("name", doc_name.into());
msg.add_data("doc", "splat");
let rx = self.client_channel.send(msg);
let reply = rx.recv().unwrap();
MTTReply::new(reply)

View File

@ -193,7 +193,7 @@ mod servers {
);
}
//#[tokio::test]
#[tokio::test]
async fn add_new_page() {
let base = "/something".to_string();
let api = format!("/api{}", &base);