Skip to content

Commit

Permalink
apache#79 test ut
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoYL123 committed Mar 11, 2020
1 parent c6384e4 commit b3e749e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deployments/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ db.createCollection( "polling_detail", {
domain: {
bsonType: "string",
},
params: {
bsonType: "object"
},
// params: {
// bsonType: "object"
// },
ip: {
bsonType: "string"
},
Expand All @@ -123,12 +123,12 @@ db.createCollection( "polling_detail", {
url_path: {
bsonType: "string"
},
response_body: {
bsonType: "object"
},
response_header: {
bsonType: "object"
},
// response_body: {
// bsonType: "object"
// },
// response_header: {
// bsonType: "object"
// },
response_code: {
bsonType: "number"
}
Expand Down

0 comments on commit b3e749e

Please sign in to comment.