Skip to content

Commit

Permalink
The extra setting in the example is a bit confusing #137
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Feb 19, 2023
1 parent 7d4f9d3 commit d420878
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.springframework.test.context.junit.jupiter.SpringExtension;
import org.springframework.test.web.reactive.server.WebTestClient;

@ExtendWith(SpringExtension.class)
@SpringBootTest
@ActiveProfiles("webflux") // Like this
class WebfluxRateLimitTest {
Expand Down
6 changes: 0 additions & 6 deletions examples/webflux/src/test/resources/application-webflux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
spring:
cache:
cache-names:
- buckets_test
caffeine:
spec: maximumSize=1000000,expireAfterAccess=3600s
bucket4j:
enabled: true
filters:
Expand Down

0 comments on commit d420878

Please sign in to comment.