Skip to content

Commit 500965a

Browse files
Update internal/integrationtest/lib/lib_test.go
Co-authored-by: Cristian Maglie <[email protected]>
1 parent c28c4d0 commit 500965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/lib/lib_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ func TestInstallNoDeps(t *testing.T) {
508508
// Verifies library's dependencies are not installed
509509
stdout, _, err = cli.Run("lib", "list", "--format", "json")
510510
require.NoError(t, err)
511-
requirejson.Query(t, stdout, ".[] | .library | .name", "\"MD_Parola\"")
511+
requirejson.Query(t, stdout, `.[] | .library | .name`, `"MD_Parola"`)
512512
}
513513

514514
func TestInstallWithGitUrl(t *testing.T) {

0 commit comments

Comments
 (0)