We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d129a commit c52daefCopy full SHA for c52daef
ravendb/tests/raven_commands_tests/test_put.py
@@ -15,6 +15,7 @@ def test_put_success(self):
15
request_executor.execute_command(command)
16
response = command.result
17
self.assertEqual(response.results[0]["@metadata"]["@id"], "testing/1")
18
+ request_executor.close()
19
20
@unittest.skip("Exception Dispatcher")
21
def test_put_fail(self):
0 commit comments