commit | 542cf1fa3392652edc5cf43b5e11749e19d79639 | [log] [tgz] |
---|---|---|
author | Kamil Musin <kamilm@google.com> | Fri Feb 03 09:54:10 2023 +0100 |
committer | Kamil Musin <kamilm@google.com> | Fri Feb 03 09:54:10 2023 +0100 |
tree | 329d796226fd5ad08597c09dd86ad16690fb27c1 | |
parent | 725b9b3be653ce0517b473d2c682bfe7e1ddadb5 [diff] |
Set realUploader in rules_test The test got broken by: https://gerrit-review.git.corp.google.com/c/gerrit/+/356762 Release-Notes: skip Change-Id: I11a2569e6747bf0ad17533d921aca56d11f8dcaa
diff --git a/javatests/com/google/gerrit/plugins/checks/rules/ChecksSubmitRuleTest.java b/javatests/com/google/gerrit/plugins/checks/rules/ChecksSubmitRuleTest.java index 43e39e7..fc01ba5 100644 --- a/javatests/com/google/gerrit/plugins/checks/rules/ChecksSubmitRuleTest.java +++ b/javatests/com/google/gerrit/plugins/checks/rules/ChecksSubmitRuleTest.java
@@ -66,6 +66,7 @@ .id(PatchSet.id(changeId, 1)) .commitId(ObjectId.zeroId()) .uploader(Account.id(1000)) + .realUploader(Account.id(1000)) .createdOn(TimeUtil.now()) .build()); @@ -90,6 +91,7 @@ .id(PatchSet.id(changeId, 1)) .commitId(ObjectId.zeroId()) .uploader(Account.id(1000)) + .realUploader(Account.id(1000)) .createdOn(TimeUtil.now()) .build());