1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-08-18 20:10:55 -03:00
parent 8ebe859d34
commit afb23f9ae8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -119,7 +119,7 @@ func TestRunPipeWithPlugsAndDaemon(t *testing.T) {
Summary: "test summary",
Description: "test description",
Apps: map[string]config.SnapcraftAppMetadata{
"mybin": config.SnapcraftAppMetadata{
"mybin": {
Plugs: []string{"home", "network"},
Daemon: "simple",
},