Skip to content

Commit

Permalink
Fix issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jun 30, 2021
1 parent aa78569 commit d0ce2b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/Miscellaneous/issue_codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ The query potentially has a syntax error.
The query might have a syntax error. Please check and run again.


## Issue 1031
## Issue 1034

```
The database port provided is invalid.
Expand Down
12 changes: 6 additions & 6 deletions tests/databases/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1818,8 +1818,8 @@ def test_validate_parameters_invalid_port(self):
"invalid": ["port"],
"issue_codes": [
{
"code": 1031,
"message": "Issue 1031 - Port number is invalid.",
"code": 1034,
"message": "Issue 1034 - Port number is invalid.",
}
],
},
Expand All @@ -1832,8 +1832,8 @@ def test_validate_parameters_invalid_port(self):
"invalid": ["port"],
"issue_codes": [
{
"code": 1031,
"message": "Issue 1031 - Port number is invalid.",
"code": 1034,
"message": "Issue 1034 - Port number is invalid.",
}
],
},
Expand Down Expand Up @@ -1948,8 +1948,8 @@ def test_validate_parameters_invalid_port_range(self, is_hostname_valid):
"invalid": ["port"],
"issue_codes": [
{
"code": 1031,
"message": "Issue 1031 - Port number is invalid.",
"code": 1034,
"message": "Issue 1034 - Port number is invalid.",
}
],
},
Expand Down

0 comments on commit d0ce2b9

Please sign in to comment.