Skip to content

Commit

Permalink
fix :: stove setup example syntax err (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelihCelik00 authored Oct 16, 2024
1 parent 1b576f5 commit 165ca63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ it is time to run your application for the first time from the test-context with
TestSystem()
.with {
httpClient {
HttpClientSystemOptions {
HttpClientSystemOptions (
baseUrl = "http://localhost:8001"
}
)
}
springBoot(
runner = { parameters ->
Expand Down Expand Up @@ -508,9 +508,9 @@ it is time to run your application for the first time from the test-context with
TestSystem()
.with {
httpClient {
HttpClientSystemOptions {
HttpClientSystemOptions (
baseUrl = "http://localhost:8001"
}
)
}
springBoot(
runner = { parameters ->
Expand Down

0 comments on commit 165ca63

Please sign in to comment.