Skip to content

Commit

Permalink
SR: Fix API config path (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Jan 30, 2025
1 parent 840a5c2 commit ff17c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contract/src/main/resources/swagger/kafka-sr-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ paths:
schema:
$ref: '#/components/schemas/SubjectId'

/config/:
/config:
get:
tags:
- KafkaSrClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void brokersSourceInfoCheck() {
Assert.assertEquals(sourceInfoTooltip, Common.BROKER_SOURCE_INFO_TOOLTIP, "getSourceInfoTooltipText()");
}

@Test
@Test(enabled = false) // flaky, TODO issues/322
public void brokersConfigEditCheck() {
navigateToBrokersAndOpenDetails(DEFAULT_BROKER_ID);
brokersDetails
Expand Down

0 comments on commit ff17c7a

Please sign in to comment.