You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/02/06 03:40:06 UTC

[10/10] git commit: [#7042] Add tags to create_activity assertion

[#7042] Add tags to create_activity assertion

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/9ac39fee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/9ac39fee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/9ac39fee

Branch: refs/heads/tv/7042
Commit: 9ac39feec7ed0ecf5c3a0f06c31c25501100821b
Parents: 3154541
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Thu Feb 6 02:38:43 2014 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Feb 6 02:38:43 2014 +0000

----------------------------------------------------------------------
 ForgeImporters/forgeimporters/tests/test_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/9ac39fee/ForgeImporters/forgeimporters/tests/test_base.py
----------------------------------------------------------------------
diff --git a/ForgeImporters/forgeimporters/tests/test_base.py b/ForgeImporters/forgeimporters/tests/test_base.py
index d52f417..b2556a6 100644
--- a/ForgeImporters/forgeimporters/tests/test_base.py
+++ b/ForgeImporters/forgeimporters/tests/test_base.py
@@ -69,7 +69,7 @@ def test_import_tool(g, c, object_from_path, M, _datetime):
         {'$set': {'last_updated': _datetime.utcnow()}})
     g.director.create_activity.assert_called_once_with(
         c.user, "imported",
-        app.config, related_nodes=[c.project])
+        app.config, related_nodes=[c.project], tags=['import'])
     g.post_event.assert_called_once_with(
         'import_tool_task_succeeded',
         'source',