feat: add support for --runas CLI param, to set versioning authorship
only relevant if Wutta-Continuum is enabled
This commit is contained in:
parent
c6d1822f3b
commit
6ee008e169
8 changed files with 103 additions and 21 deletions
|
|
@ -19,4 +19,4 @@ class TestImportCsv(TestCase):
|
|||
ctx = MagicMock(params=params)
|
||||
with patch.object(ImportCommandHandler, "run") as run:
|
||||
mod.import_versions(ctx)
|
||||
run.assert_called_once_with(params)
|
||||
run.assert_called_once_with(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue