Skip to content

Commit 3550af6

Browse files
fix: remove duplicate endpoint call in AuditToolCallTest
1 parent 8b27527 commit 3550af6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/com/getaxonflow/sdk/AuditToolCallTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class AuditToolCallTest {
4444
@BeforeEach
4545
void setUp(WireMockRuntimeInfo wmRuntimeInfo) {
4646
axonflow = AxonFlow.create(AxonFlowConfig.builder()
47-
.endpoint(wmRuntimeInfo.getHttpBaseUrl())
4847
.endpoint(wmRuntimeInfo.getHttpBaseUrl())
4948
.clientId("test-client").clientSecret("test-secret")
5049
.build());

0 commit comments

Comments
 (0)