This directory contains integration tests for the `brawl_api` crate. Inside this directory, there must be a `test_config.json` file with the API auth key (following the format below) in order to test fetching.
```json
{
"key": "api auth key here",
"tags": {
}
}
```