mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
fix wrong itcase commit message
This commit is contained in:
@@ -179,7 +179,7 @@ public class RepositoryHookITCase extends AbstractAdminITCaseBase
|
|||||||
|
|
||||||
private Changeset commit(String message) throws IOException {
|
private Changeset commit(String message) throws IOException {
|
||||||
Changeset a = repositoryClient.getCommitCommand().commit(
|
Changeset a = repositoryClient.getCommitCommand().commit(
|
||||||
new Person("scmadmin", "scmadmin@scm-manager.org"), "added a"
|
new Person("scmadmin", "scmadmin@scm-manager.org"), message
|
||||||
);
|
);
|
||||||
if ( repositoryClient.isCommandSupported(ClientCommand.PUSH) ) {
|
if ( repositoryClient.isCommandSupported(ClientCommand.PUSH) ) {
|
||||||
repositoryClient.getPushCommand().push();
|
repositoryClient.getPushCommand().push();
|
||||||
|
|||||||
Reference in New Issue
Block a user