File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration/tests/posit/connect Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def test_get(self):
2626 assert self .client .content .get (self .content ["guid" ]) == self .content
2727
2828 def test_get_with_include_string (self ):
29- assert self .client .content .get (self .content ["guid" ], include = "owner" )
29+ assert self .client .content .get (self .content ["guid" ], include = "owner" )
3030
3131 def test_get_with_include_list (self ):
3232 assert self .client .content .get (
Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ def test_params_include_none(self):
222222 # assert
223223 assert mock_get .call_count == 1
224224
225+
225226class TestContentsFindBy :
226227 @responses .activate
227228 def test (self ):
@@ -388,7 +389,6 @@ def test_params_include_string(self):
388389 # assert
389390 assert mock_get .call_count == 1
390391
391-
392392 @responses .activate
393393 def test_params_include_list (self ):
394394 guid = "f2f37341-e21d-3d80-c698-a935ad614066"
You can’t perform that action at this time.
0 commit comments