treewide: replace BuildStatus::Completed with BuildStatus::Succeeded
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I965dfaca211f9fde527a84a54ae972576a6a6964
This commit is contained in:
parent
f6fcf49aa7
commit
541cd7832f
7 changed files with 39 additions and 22 deletions
|
|
@ -679,8 +679,8 @@ async fn test_metrics_endpoint() {
|
|||
"Missing TYPE header for fc_builds_total"
|
||||
);
|
||||
assert!(
|
||||
body_str.contains("fc_builds_total{status=\"completed\"}"),
|
||||
"Missing completed status label"
|
||||
body_str.contains("fc_builds_total{status=\"succeeded\"}"),
|
||||
"Missing succeeded status label"
|
||||
);
|
||||
assert!(
|
||||
body_str.contains("fc_builds_total{status=\"failed\"}"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue