Fix a field name in the CodeSource class sample

Change-Id: Ia64c4e7fc7bc8e41d6b2e14d6372417e9c60b442
This commit is contained in:
Renat Akhmerov 2021-01-05 14:20:38 +07:00
parent c00bf32ae4
commit 421f84334b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class CodeSource(resource.Resource, ScopedResource):
return cls(
id='123e4567-e89b-12d3-a456-426655440000',
name='module',
src='content of file',
content='content of file',
version=1,
scope='private',
actions=['action1', 'action2', 'action3'],