diff --git a/testing.py b/testing.py index 3808be8..e0fe060 100644 --- a/testing.py +++ b/testing.py @@ -123,7 +123,11 @@ from wrappers.post.create_post import create_post # parent_path="/branch/music", # )) -save_response(create_post( +# save_response(create_post( +# "This is a test post created via the create_post wrapper function.", +# "/userprofile/simon-little", +# )) +save_response(API.run_job('post.create', create_post( "This is a test post created via the create_post wrapper function.", "/userprofile/simon-little", -)) +)))