Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Hongjing Chen <[email protected]>
  • Loading branch information
chenhongjing committed Oct 26, 2023
1 parent 6d92cdc commit b104661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_agm_location_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_validate_invalid_agm_location():
"""Assert not valid if agmLocation exceeds maximum length."""
agm_location_change = copy.deepcopy(AGM_LOCATION_CHANGE)
alc_json = {'agmLocationChange': agm_location_change}
alc_json['agmLocationChange']['agmLocation'] = 'a'*101
alc_json['agmLocationChange']['agmLocation'] = 'a'*401

is_valid, errors = validate(alc_json, 'agm_location_change')

Expand Down

0 comments on commit b104661

Please sign in to comment.