Nodes now have only one short code

This commit is contained in:
2016-07-07 15:41:42 +02:00
parent 3f3e9ac7db
commit 0f8cfc89b3
4 changed files with 16 additions and 25 deletions

View File

@@ -314,7 +314,7 @@ class NodeSharingTest(AbstractPillarTest):
'node_type': 'asset',
'name': 'collider',
'properties': {},
'short_codes': ['takenX'],
'short_code': 'takenX',
})
# Mock create_short_code so that it returns predictable short codes.