Skip to content

Commit ff17c7a

Browse files
authored
SR: Fix API config path (#811)
1 parent 840a5c2 commit ff17c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contract/src/main/resources/swagger/kafka-sr-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ paths:
165165
schema:
166166
$ref: '#/components/schemas/SubjectId'
167167

168-
/config/:
168+
/config:
169169
get:
170170
tags:
171171
- KafkaSrClient

e2e-tests/src/test/java/io/kafbat/ui/smokesuite/brokers/BrokersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void brokersSourceInfoCheck() {
139139
Assert.assertEquals(sourceInfoTooltip, Common.BROKER_SOURCE_INFO_TOOLTIP, "getSourceInfoTooltipText()");
140140
}
141141

142-
@Test
142+
@Test(enabled = false) // flaky, TODO issues/322
143143
public void brokersConfigEditCheck() {
144144
navigateToBrokersAndOpenDetails(DEFAULT_BROKER_ID);
145145
brokersDetails

0 commit comments

Comments
 (0)