EBernhardson has submitted this change and it was merged.

Change subject: Fix unit test in ApiFlowThankIntegrationTest.php
......................................................................


Fix unit test in ApiFlowThankIntegrationTest.php

Looks like this is the only spot to fix for rev_type_id

Change-Id: Ie89b7d8090ca1c759f320d33d407fccdc7eb66c1
---
M tests/ApiFlowThankIntegrationTest.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  EBernhardson: Verified; Looks good to me, approved



diff --git a/tests/ApiFlowThankIntegrationTest.php 
b/tests/ApiFlowThankIntegrationTest.php
index 1f7a0d9..c313da9 100644
--- a/tests/ApiFlowThankIntegrationTest.php
+++ b/tests/ApiFlowThankIntegrationTest.php
@@ -188,6 +188,7 @@
 
                        // flow_tree_revision
                        'tree_rev_descendant_id' => $uuidPost->getBinary(),
+                       'rev_type_id' => $uuidPost->getBinary(),
                        'tree_rev_id' => $uuidRevision->getBinary(),
                        'tree_orig_create_time' => wfTimestampNow(),
                        'tree_orig_user_id' => $userId,

-- 
To view, visit https://gerrit.wikimedia.org/r/125928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie89b7d8090ca1c759f320d33d407fccdc7eb66c1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: Bencmq <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Wctaiwan <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to