Skip to content

Commit 48f5b46

Browse files
should be ok not 400 (#1251)
1 parent bcc83ef commit 48f5b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ This is the end of the markdown
550550
let rsp = req.dispatch().await;
551551

552552
assert!(
553-
rsp.status() == Status::NotFound,
553+
rsp.status() == Status::Ok,
554554
"Returned status {:?}",
555555
rsp.status()
556556
);

0 commit comments

Comments
 (0)