Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6bf2c23

Browse filesBrowse files
[skip-changelog] Fix upload test according to CLI output refactoring (#2067)
1 parent cc24197 commit 6bf2c23
Copy full SHA for 6bf2c23

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎internal/integrationtest/upload/upload_test.go

Copy file name to clipboardExpand all lines: internal/integrationtest/upload/upload_test.go
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ func TestUploadWithInputDirContainingMultipleBinaries(t *testing.T) {
445445
// Verifies upload fails because multiple binaries are found
446446
_, stderr, err := cli.Run("upload", "-b", board.fqbn, "-p", board.address, "--input-dir", binariesDir.String())
447447
require.Error(t, err)
448-
require.Contains(t, string(stderr), "Error during Upload: ")
449448
require.Contains(t, string(stderr), "Error finding build artifacts: ")
450449
require.Contains(t, string(stderr), "autodetect build artifact: ")
451450
require.Contains(t, string(stderr), "multiple build artifacts found:")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.