Skip to content
Snippets Groups Projects
Commit 63b1a8bc authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'feature/GONRG-1599_Support_Service' into 'integration-master'

GONRG-1599 Partition update unit test fixed.

See merge request go3-nrg/platform/System/partition!17
parents d34a06ed 03d7c367
No related branches found
No related tags found
4 merge requests!47Authentication for PartitionService to work under SA(GONRG-1843),!45(GONRG-2074) GCP incorrect response,!36Partition: Audit Logs Implementation (GONRG-1607),!35Partition Service for GCP (GONRG-1706)
......@@ -109,8 +109,6 @@ public class PartitionServiceImplTest {
.thenReturn(this.partitionPropertyEntityList);
when(this.partitionPropertyEntityRepository.findByPartitionIdAndName(PARTITION_ID, NAME))
.thenReturn(null);
when(this.partitionPropertyEntityRepository.save(this.partitionPropertyEntity))
.thenReturn(this.partitionPropertyEntity);
PartitionInfo actualPartitionInfo = this.partitionServiceImpl
.updatePartition(PARTITION_ID, this.expectedPartitionInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment