Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Sep 11, 2023
1 parent bd22895 commit 10facdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqlc/mqlc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ func TestSuggestions(t *testing.T) {
{
// resource suggestions
"ssh",
[]string{"os.unix.sshd", "sshd", "sshd.config"},
[]string{"os.unix.sshd", "sshd", "sshd.config", "windows.security.health"},
errors.New("cannot find resource for identifier 'ssh'"),
nil,
},
Expand Down

0 comments on commit 10facdb

Please sign in to comment.