Skip to content

Commit 8a449fc

Browse files
authored
Update README.md
1 parent 2a71c17 commit 8a449fc

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -333,25 +333,12 @@ taiga.deleteTask(task.getId());
333333
```
334334

335335

336-
# Notes on Taiga Integration Tests
336+
# Note on Taiga public API
337337

338338
The Taiga public API applies throttling/rate limits.
339339

340340
Some heavy traversal integration tests are intentionally disabled to avoid excessive API requests.
341341

342-
Integration tests require:
343-
344-
```text
345-
src/test/resources/config.properties
346-
```
347-
348-
Example:
349-
350-
```text
351-
taiga.host=https://api.taiga.io
352-
taiga.username=your_username
353-
taiga.password=your_password
354-
```
355342

356343

357344
# API Reference

0 commit comments

Comments
 (0)