mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 17:00:11 +02:00
Fix semantic merge conflict (#528)
This commit is contained in:
parent
2998b56982
commit
acf0baf048
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public final class RegistryLockPostActionTest {
|
|||
.put("relockDurationMillis", Duration.standardDays(1).getMillis())
|
||||
.build();
|
||||
Map<String, ?> response = action.handleJsonRequest(request);
|
||||
assertSuccess(response, "unlock", "Marla.Singer@crr.com");
|
||||
assertSuccess(response, "unlock", "Marla.Singer.RegistryLock@crr.com");
|
||||
RegistryLock savedUnlockRequest = getMostRecentRegistryLockByRepoId(domain.getRepoId()).get();
|
||||
assertThat(savedUnlockRequest.getRelockDuration())
|
||||
.isEqualTo(Optional.of(Duration.standardDays(1)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue