Rename roasters.rs to roasters_api.rs and roasts.rs to roasts_api.rs to make it clear these files only test the /api/v1 endpoints, not the page endpoints. Co-authored-by: jnsgruk <668505+jnsgruk@users.noreply.github.com>
3 lines
59 B
Rust
3 lines
59 B
Rust
pub mod helpers;
|
|
pub mod roasters_api;
|
|
pub mod roasts_api;
|