Add activity endpoint support
This commit is contained in:
parent
55778dcd83
commit
707eb270ee
9 changed files with 278 additions and 24 deletions
|
@ -5,7 +5,7 @@ except ImportError:
|
|||
|
||||
from tests.functional import test_base
|
||||
|
||||
class TestActionss(test_base.TestBase):
|
||||
class TestActions(test_base.TestBase):
|
||||
testcase_name = "action API"
|
||||
|
||||
# TODO: Enable this test (and write more) once the Actions API is working.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue