This commit is contained in:
@@ -185,9 +185,17 @@ class UserPreferencesTest {
|
||||
token = "session-token",
|
||||
ringColorHex = "FF0000",
|
||||
rotationIntervalSeconds = 45,
|
||||
confirmExitMemby = true,
|
||||
).toUserPreferences().encode().toString()
|
||||
|
||||
listOf("Living room", "device-1", "gitea-secret", "git.example", "session-token")
|
||||
listOf(
|
||||
"Living room",
|
||||
"device-1",
|
||||
"gitea-secret",
|
||||
"git.example",
|
||||
"session-token",
|
||||
"confirmExitMemby",
|
||||
)
|
||||
.forEach { assertTrue("$it reached the wire", it !in encoded) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user