mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Include issue number in scenario name
This commit is contained in:
parent
f9d132c369
commit
5e00752c5a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func TestEval(t *testing.T) {
|
|||
ExpectedError: false,
|
||||
},
|
||||
{
|
||||
Name: "partially-invalid-path",
|
||||
Name: "partially-invalid-path-issue122",
|
||||
Path: "data.name.invalid",
|
||||
Data: `{"data": {"name": "john"}}`,
|
||||
ExpectedOutput: "",
|
||||
|
|
Loading…
Reference in a new issue