Skip to content

Commit 0351839

Browse files
committed
tests: fix response for tags
1 parent d3faed0 commit 0351839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webhook_subscription_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule ExOura.WebhookSubscriptionTest do
4848
%{
4949
type: "enum",
5050
msg:
51-
"Input should be 'tag', 'enhanced_tag', 'workout', 'session', 'sleep', 'daily_sleep', 'daily_readiness', 'daily_activity', 'daily_spo2', 'sleep_time', 'rest_mode_period', 'ring_configuration', 'daily_stress', 'daily_cycle_phases' or 'activation_status'",
51+
"Input should be 'tag', 'enhanced_tag', 'workout', 'session', 'sleep', 'daily_sleep', 'daily_readiness', 'daily_activity', 'daily_spo2', 'sleep_time', 'rest_mode_period', 'ring_configuration', 'daily_stress', 'daily_cycle_phases', 'activation_status', 'daily_cardiovascular_age', 'daily_resilience' or 'vo2_max'",
5252
loc: ["body", "data_type"]
5353
}
5454
]

0 commit comments

Comments
 (0)