mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-5413 other hotspots
This commit is contained in:
+14
-14
@@ -90,7 +90,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: nil,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -106,7 +106,7 @@ enum MockUserOtherSessionsScreenState: 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 - 8_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -122,7 +122,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "Firefox on Windows",
|
||||
deviceType: .web,
|
||||
verificationState: .verified,
|
||||
lastSeenIP: "2.0.0.2",
|
||||
lastSeenIP: "2.0.0.2", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 9_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -138,7 +138,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "Android",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "3.0.0.3",
|
||||
lastSeenIP: "3.0.0.3", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 10_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -157,7 +157,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: nil,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -173,7 +173,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "macOS",
|
||||
deviceType: .desktop,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "1.0.0.1",
|
||||
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 8_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -192,7 +192,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: .verified,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: nil,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -208,7 +208,7 @@ enum MockUserOtherSessionsScreenState: 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 - 8_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -227,7 +227,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 500_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -243,7 +243,7 @@ enum MockUserOtherSessionsScreenState: 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 - 8_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -259,7 +259,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "Firefox on Windows",
|
||||
deviceType: .web,
|
||||
verificationState: .verified,
|
||||
lastSeenIP: "2.0.0.2",
|
||||
lastSeenIP: "2.0.0.2", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 9_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -275,7 +275,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "Android",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "3.0.0.3",
|
||||
lastSeenIP: "3.0.0.3", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 10_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -291,7 +291,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
|
||||
name: "iOS",
|
||||
deviceType: .mobile,
|
||||
verificationState: .unverified,
|
||||
lastSeenIP: "10.0.0.10",
|
||||
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
|
||||
lastSeenTimestamp: Date().timeIntervalSince1970 - 11_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
@@ -307,7 +307,7 @@ enum MockUserOtherSessionsScreenState: 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 - 20_000_000,
|
||||
applicationName: nil,
|
||||
applicationVersion: nil,
|
||||
|
||||
Reference in New Issue
Block a user