Skip to content

Commit 52ef801

Browse files
authored
Merge pull request #86 from ahrefs/yasu/update-tests
Update tests
2 parents 4137e70 + 4c56de8 commit 52ef801

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(executable
22
(name test)
3-
(libraries lib)
3+
(libraries lib base base.caml devkit lwt.unix stdio yojson)
44
(preprocess
55
(pps lwt_ppx)))
66

test/slack_payloads.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ will notify #longest-a1
463463
}
464464
===== file ../mock_payloads/status.cancelled_test.json =====
465465
===== file ../mock_payloads/status.failure_test.json =====
466-
will notify #all-push-events
466+
will notify #default
467467
{
468468
"attachments": [
469469
{
@@ -487,7 +487,7 @@ will notify #all-push-events
487487
===== file ../mock_payloads/status.pending_test.json =====
488488
===== file ../mock_payloads/status.state_hide_success_test.json =====
489489
===== file ../mock_payloads/status.success_public_repo_no_buildkite.json =====
490-
will notify #all-push-events
490+
will notify #default
491491
{
492492
"attachments": [
493493
{
@@ -507,7 +507,7 @@ will notify #all-push-events
507507
]
508508
}
509509
===== file ../mock_payloads/status.success_test.json =====
510-
will notify #all-push-events
510+
will notify #default
511511
{
512512
"attachments": [
513513
{

0 commit comments

Comments
 (0)