Skip to content

Commit

Permalink
test: make sure that connectorId equals clientId
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddseL committed Dec 10, 2024
1 parent 29c5f3e commit e9934e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class CaasManagementApiServiceTest {
.withOffsetDateTimeComparator()
.withStrictTypeChecking()
.isEqualTo(expected.copy())
assertThat(actual.connectorId).isEqualTo(actual.clientId)
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ class ConnectorManagementApiServiceTest {
.withOffsetDateTimeComparator()
.withStrictTypeChecking()
.isEqualTo(expected.copy())
assertThat(actual.connectorId).isEqualTo(actual.clientId)
}

@Test
Expand Down

0 comments on commit e9934e2

Please sign in to comment.