mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +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())
|
.put("relockDurationMillis", Duration.standardDays(1).getMillis())
|
||||||
.build();
|
.build();
|
||||||
Map<String, ?> response = action.handleJsonRequest(request);
|
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();
|
RegistryLock savedUnlockRequest = getMostRecentRegistryLockByRepoId(domain.getRepoId()).get();
|
||||||
assertThat(savedUnlockRequest.getRelockDuration())
|
assertThat(savedUnlockRequest.getRelockDuration())
|
||||||
.isEqualTo(Optional.of(Duration.standardDays(1)));
|
.isEqualTo(Optional.of(Duration.standardDays(1)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue