feat(GODT-2552): Fix review comment + use only string for Heartbeat Dimension.

This commit is contained in:
Romain LE JEUNE
2023-04-21 11:26:36 +02:00
committed by Romain Le Jeune
parent d3fc9a50f6
commit 00adb8bc22
5 changed files with 11 additions and 13 deletions

View File

@ -31,7 +31,7 @@ Feature: Send Telemetry Heartbeat
"cache_location": "default",
"keychain_pref": "default",
"prev_version": "0.0.0",
"rollout": 42
"rollout": "42"
}
}
"""
@ -75,7 +75,7 @@ Feature: Send Telemetry Heartbeat
"cache_location": "custom",
"keychain_pref": "custom",
"prev_version": "0.0.0",
"rollout": 42
"rollout": "42"
}
}
"""
@ -113,7 +113,7 @@ Feature: Send Telemetry Heartbeat
"cache_location": "default",
"keychain_pref": "default",
"prev_version": "0.0.0",
"rollout": 42
"rollout": "42"
}
}
"""
@ -127,4 +127,3 @@ Feature: Send Telemetry Heartbeat
When the user logs in with username "[user:user1]" and password "password"
And user "[user:user1]" finishes syncing
Then bridge needs to send heartbeat