Skip to content

Commit e73a04d

Browse files
Bikappaper1234
authored and
Luca Bianconi
committed
Update internal/integrationtest/board/board_test.go
Co-authored-by: per1234 <[email protected]>
1 parent d274e24 commit e73a04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/integrationtest/board/board_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestBoardListWithFqbnFilter(t *testing.T) {
101101

102102
_, _, err := cli.Run("core", "update-index")
103103
require.NoError(t, err)
104-
stdout, _, err := cli.Run("board", "list", "-b", "arduino:avr:uno", "--format", "json")
104+
stdout, _, err := cli.Run("board", "list", "-b", "foo:bar:baz", "--format", "json")
105105
require.NoError(t, err)
106106
// this is a bit of a passpartout test, it actually filters the "bluetooth boards" locally
107107
// but it would succeed even if the filtering wasn't working properly

0 commit comments

Comments
 (0)