Glean: Check for renamed reason

This commit is contained in:
Jan-Erik Rediger 2021-02-15 10:10:45 +01:00 committed by Christian Sadilek
parent 2ceb651254
commit 3e9ab1b150

View File

@ -152,7 +152,7 @@ class BaselinePingTest {
.click()
// Validate the received data.
val baselinePing = waitForPingContent("baseline", "background")!!
val baselinePing = waitForPingContent("baseline", "inactive")!!
val metrics = baselinePing.getJSONObject("metrics")