Browse Source

[NOJIRA] Fix build on master

tags/9.7.0.61563
Léo Geoffroy 1 year ago
parent
commit
53ac689748

+ 1
- 1
server/sonar-webserver-pushapi/src/test/java/org/sonar/server/pushapi/qualityprofile/QualityProfileChangeEventServiceImplTest.java View File

@@ -115,7 +115,7 @@ public class QualityProfileChangeEventServiceImplTest {

underTest.distributeRuleChangeEvent(List.of(defaultQualityProfile), of(activeRuleChange), language);

Deque<PushEventDto> events = getProjectEvents(project.projectUuid());
Deque<PushEventDto> events = getProjectEvents(project.branchUuid());

assertThat(events)
.hasSize(1);

Loading…
Cancel
Save