Skip to content
Snippets Groups Projects
Commit 5cf6593d authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

fix test cases

parent 790ee780
No related merge requests found
...@@ -106,7 +106,7 @@ public class FileAuthTests extends CrudTestBase { ...@@ -106,7 +106,7 @@ public class FileAuthTests extends CrudTestBase {
@Override @Override
protected Map<String, Object> getUpdateMap() { protected Map<String, Object> getUpdateMap() {
final Map<String, Object> updateMap = new HashMap<>(); final Map<String, Object> updateMap = new HashMap<>();
updateMap.put("parameters", "new_parameters"); updateMap.put("parameters", "new_parameters=test");
return updateMap; return updateMap;
} }
......
...@@ -107,7 +107,7 @@ public class WebAuthTests extends CrudTestBase { ...@@ -107,7 +107,7 @@ public class WebAuthTests extends CrudTestBase {
@Override @Override
protected Map<String, Object> getUpdateMap() { protected Map<String, Object> getUpdateMap() {
final Map<String, Object> updateMap = new HashMap<>(); final Map<String, Object> updateMap = new HashMap<>();
updateMap.put("parameters", "new_parameters"); updateMap.put("parameters", "new_parameters=aaa");
return updateMap; return updateMap;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment