Fix copypasta error in comment
This commit is contained in:
parent
96c2506fd4
commit
26ae13b715
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ def test_update_item_nested_remove():
|
||||||
'username': {"S": "steve"}
|
'username': {"S": "steve"}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Then remove the SentBy field
|
# Then remove the Meta.FullName field
|
||||||
conn.update_item("messages", key_map,
|
conn.update_item("messages", key_map,
|
||||||
update_expression="REMOVE Meta.FullName")
|
update_expression="REMOVE Meta.FullName")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue