Skip to content

Commit

Permalink
Add note about improper file placement
Browse files Browse the repository at this point in the history
Should the whole route structure reflect this???
  • Loading branch information
backspace committed Oct 12, 2023
1 parent 03d418f commit 9fd9045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unmnemonic_devices_vrs/tests/api/calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ use unmnemonic_devices_vrs::InjectableServices;
use wiremock::matchers::any;
use wiremock::{Mock, MockServer, ResponseTemplate};

// FIXME this isn’t an API!

#[sqlx::test()]
async fn calls_list_when_empty(db: PgPool) {
let mock_twilio = MockServer::start().await;
Expand Down

0 comments on commit 9fd9045

Please sign in to comment.