Bsitu has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/125928

Change subject: Fix unittest in ApiFlowThankIntegrationTest.php
......................................................................

Fix unittest 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/28/125928/1

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: newchange
Gerrit-Change-Id: Ie89b7d8090ca1c759f320d33d407fccdc7eb66c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>

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

Reply via email to