Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48f5b46

Browse files
should be ok not 400 (#1251)
1 parentbcc83ef commit48f5b46

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)

[8]ページ先頭

©2009-2025 Movatter.jp