mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-5413 other hotspots
This commit is contained in:
@@ -55,7 +55,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: state,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: nil,
|
||||
applicationName: "Element iOS",
|
||||
applicationVersion: "1.0.0",
|
||||
@@ -73,7 +73,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
name: "macOS",
|
||||
deviceType: .desktop,
|
||||
verificationState: state,
|
||||
lastSeenIP: "1.0.0.1",
|
||||
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
|
||||
applicationName: "Element MacOS",
|
||||
applicationVersion: "1.0.0",
|
||||
@@ -91,7 +91,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
name: "macOS",
|
||||
deviceType: .desktop,
|
||||
verificationState: .verified,
|
||||
lastSeenIP: "1.0.0.1",
|
||||
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
|
||||
applicationName: "Element MacOS",
|
||||
applicationVersion: "1.0.0",
|
||||
@@ -109,7 +109,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
|
||||
name: "macOS",
|
||||
deviceType: .desktop,
|
||||
verificationState: .verified,
|
||||
lastSeenIP: "1.0.0.1",
|
||||
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
|
||||
applicationName: "Element MacOS",
|
||||
applicationVersion: "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user