Skip to content

Commit

Permalink
Use strings for postal codes in test users
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Oct 30, 2023
1 parent f1cec32 commit 8246407
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/DPoP/IdentityServer/Pages/TestUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/Diagnostics/Otel/src/Pages/TestUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/MTLS/IdentityServer/Pages/TestUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
2 changes: 1 addition & 1 deletion IdentityServer/v6/SessionMigration/Pages/TestUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down
2 changes: 1 addition & 1 deletion various/clients/Owin/IdentityServerHost/Pages/TestUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static List<TestUser> Users
{
street_address = "One Hacker Way",
locality = "Heidelberg",
postal_code = 69118,
postal_code = "69118",
country = "Germany"
};

Expand Down

0 comments on commit 8246407

Please sign in to comment.