fix(watch): corrige l'URL serveur et ajoute les tests associes (#186)

Aligne http_api_client.dart avec la config watch (build.gradle.kts,
WatchHeartRateCollector) et couvre le comportement par des tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 16:58:07 +02:00
parent 89558808af
commit e7ff1c2a19
5 changed files with 223 additions and 5 deletions

View File

@ -80,4 +80,6 @@ dependencies {
implementation("androidx.wear:wear-ongoing:1.0.0")
implementation("com.google.guava:guava:33.6.0-android")
implementation("com.google.android.gms:play-services-wearable:19.0.0")
testImplementation(kotlin("test"))
}