Skip to content

Commit

Permalink
Merge pull request #653 from mesg-foundation/2-random-fix
Browse files Browse the repository at this point in the history
Two random very small fixes
  • Loading branch information
ilgooz authored Dec 19, 2018
2 parents 925cd85 + 08ad681 commit fbd0df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container/wait_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ func TestIntegrationWaitForStatusTaskError(t *testing.T) {
defer c.StopService(namespace)
err = c.waitForStatus(namespace, RUNNING)
require.Error(t, err)
require.Equal(t, "No such image: awgdaywudaywudwa:latest", err.Error())
require.Contains(t, "No such image: awgdaywudaywudwa:latest", err.Error())
}
2 changes: 2 additions & 0 deletions protobuf/coreapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ message ListServicesRequest {
// {
// "services": [{
// "id": "idX",
// "sid": "sidX",
// "name": "serviceX",
// "description": "descriptionX",
// "status": "statusX",
Expand Down Expand Up @@ -381,6 +382,7 @@ message GetServiceRequest {
// {
// "service": {
// "id": "idX",
// "sid": "sidX",
// "name": "serviceX",
// "description": "descriptionX",
// "status": "statusX",
Expand Down

0 comments on commit fbd0df4

Please sign in to comment.