This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new 9c6c1fba4 New Relic: update corresponding test
9c6c1fba4 is described below
commit 9c6c1fba489113c35ef9138eb1f33138e99ea1dd
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Apr 6 13:02:48 2022 -0400
New Relic: update corresponding test
---
Allura/allura/tests/functional/test_root.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Allura/allura/tests/functional/test_root.py
b/Allura/allura/tests/functional/test_root.py
index 97e9189b9..5e6db0ef2 100644
--- a/Allura/allura/tests/functional/test_root.py
+++ b/Allura/allura/tests/functional/test_root.py
@@ -180,7 +180,7 @@ class TestRootController(TestController):
arg = callable_name.call_args[0][0]
assert_equal(arg.__wrapped__,
NeighborhoodController.index.__wrapped__)
- set_transaction_name.assert_called_with('foo')
+ set_transaction_name.assert_called_with('foo', priority=2)
def test_error_page(self):
# hard to force a real error (esp. with middleware debugging being
different for tests) but we can hit direct: