summaryrefslogtreecommitdiff
path: root/server/changes
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-08-26 17:48:57 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-08-27 20:02:04 -0300
commit057f9c02894c05de4d1d4fc1f93ba86ec6bea96d (patch)
treeaf36188b5178b001b0b9d6e7b323fe513831025b /server/changes
parent23ea0193a521a1f5cb539a342be594b7b7acedcf (diff)
[tests] fix variable name from refactor
From: [refactor] removing getters and setters from couch.py _couch_url was a private variable with getter and setter doing the same as a public variable. It is accessed all over the code, so being private with getters and setters didnt make sense. This commit fixes the tests to also follow this style from now on.
Diffstat (limited to 'server/changes')
-rw-r--r--server/changes/bug_badrequest1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/changes/bug_badrequest b/server/changes/bug_badrequest
new file mode 100644
index 00000000..74901476
--- /dev/null
+++ b/server/changes/bug_badrequest
@@ -0,0 +1 @@
+ o Fix a bug where BadRequest could be raised after everything was persisted