Skip to content

Commit 954b531

Browse files
committed
Update integration tests
1 parent d738b31 commit 954b531

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

tests/integration/json-schema-files/mysql-schema-inventory-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,7 +5094,7 @@
50945094
},
50955095
"protocol_version": {
50965096
"minLength": 1,
5097-
"pattern": "^2$",
5097+
"pattern": "^3$",
50985098
"type": "string"
50995099
}
51005100
},
@@ -5105,4 +5105,4 @@
51055105
"data"
51065106
],
51075107
"type": "object"
5108-
}
5108+
}

tests/integration/json-schema-files/mysql-schema-master-localentity.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,7 +5880,7 @@
58805880
},
58815881
"protocol_version": {
58825882
"minLength": 1,
5883-
"pattern": "^2$",
5883+
"pattern": "^3$",
58845884
"type": "string"
58855885
}
58865886
},
@@ -5891,4 +5891,4 @@
58915891
"data"
58925892
],
58935893
"type": "object"
5894-
}
5894+
}

tests/integration/json-schema-files/mysql-schema-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5891,7 +5891,7 @@
58915891
},
58925892
"protocol_version": {
58935893
"minLength": 1,
5894-
"pattern": "^2$",
5894+
"pattern": "^3$",
58955895
"type": "string"
58965896
}
58975897
},
@@ -5902,4 +5902,4 @@
59025902
"data"
59035903
],
59045904
"type": "object"
5905-
}
5905+
}

tests/integration/json-schema-files/mysql-schema-metrics-master.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
},
229229
"protocol_version": {
230230
"minLength": 1,
231-
"pattern": "^2$",
231+
"pattern": "^3$",
232232
"type": "string"
233233
}
234234
},
@@ -239,4 +239,4 @@
239239
"data"
240240
],
241241
"type": "object"
242-
}
242+
}

0 commit comments

Comments
 (0)