Compare commits
2 commits
d5d313064a
...
134ed92f3d
Author | SHA1 | Date | |
---|---|---|---|
134ed92f3d | |||
a87241c3d1 |
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ fn full_message(user_notification: &UserNotification) -> String {
|
||||||
let sha = commit.sha();
|
let sha = commit.sha();
|
||||||
let message = commit.message();
|
let message = commit.message();
|
||||||
[
|
[
|
||||||
"CI Checks have Failed".to_string(),
|
"CI Checks had Failed".to_string(),
|
||||||
format!("Forge: {forge_alias}\nRepo : {repo_alias}"),
|
format!("Forge: {forge_alias}\nRepo : {repo_alias}"),
|
||||||
format!("Commit:\n - {sha}\n - {message}"),
|
format!("Commit:\n - {sha}\n - {message}"),
|
||||||
"Log:".to_string(),
|
"Log:".to_string(),
|
||||||
|
|
|
@ -43,7 +43,7 @@ async fn should_fetch_then_push_then_revalidate() -> TestResult {
|
||||||
},
|
},
|
||||||
))
|
))
|
||||||
.await?;
|
.await?;
|
||||||
actix_rt::time::sleep(Duration::from_millis(9)).await;
|
actix_rt::time::sleep(Duration::from_millis(1)).await;
|
||||||
System::current().stop();
|
System::current().stop();
|
||||||
|
|
||||||
//then
|
//then
|
||||||
|
|
Loading…
Reference in a new issue