Skip to content

Commit ec9b041

Browse files
author
Frederick Ryckbosch
authored
Merge pull request #44 from newrelic/fryckbosch/fix-tests
Make integration tests independent of version.
2 parents 6fcaa17 + 63e5135 commit ec9b041

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"integration_version": {
66
"minLength": 1,
7-
"pattern": "^1.4.0$",
7+
"pattern": "^[0-9]+.[0-9]+.[0-9]+$",
88
"type": "string"
99
},
1010
"data": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"integration_version": {
66
"minLength": 1,
7-
"pattern": "^1.4.0$",
7+
"pattern": "^[0-9]+.[0-9]+.[0-9]+$",
88
"type": "string"
99
},
1010
"data": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"integration_version": {
66
"minLength": 1,
7-
"pattern": "^1.4.0$",
7+
"pattern": "^[0-9]+.[0-9]+.[0-9]+$",
88
"type": "string"
99
},
1010
"data": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"integration_version": {
66
"minLength": 1,
7-
"pattern": "^1.4.0$",
7+
"pattern": "^[0-9]+.[0-9]+.[0-9]+$",
88
"type": "string"
99
},
1010
"data": {

0 commit comments

Comments
 (0)