Skip to content

Commit

Permalink
fixed øæå testdata issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Kjetil Øye committed Oct 31, 2023
1 parent 87ff2de commit 2f42255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ public async Task GetUsersByUsername_SblBridgeFindsProfile_ResponseOk_ReturnsUse
Assert.Equal(UserId, actualUser.UserId);
Assert.Equal(Username, actualUser.UserName);
Assert.Equal(50005545, actualUser.Party.PartyId);
Assert.Equal("ØRSTA OG HEGGEDAL ", actualUser.Party.Name);
Assert.Equal("ØRSTA OG HEGGEDAL", actualUser.Party.Organization.Name);
Assert.Equal("ORSTA OG HEGGEDAL ", actualUser.Party.Name);
Assert.Equal("ORSTA OG HEGGEDAL", actualUser.Party.Organization.Name);
Assert.Equal("nb", actualUser.ProfileSettingPreference.Language);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Person": null,
"Organization": {
"OrgNumber": "910459880",
"Name": "ØRSTA OG HEGGEDAL",
"Name": "ORSTA OG HEGGEDAL",
"UnitType": "AS",
"TelephoneNumber": "12345678",
"MobileNumber": "99999999",
Expand All @@ -30,7 +30,7 @@
},
"PartyId": 50005545,
"UnitType": "AS",
"Name": "ØRSTA OG HEGGEDAL ",
"Name": "ORSTA OG HEGGEDAL ",
"IsDeleted": false,
"OnlyHierarchyElementWithNoAccess": false,
"ChildParties": null
Expand Down

0 comments on commit 2f42255

Please sign in to comment.