Skip to content

Commit

Permalink
replace github tarball url to git with branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed May 19, 2019
1 parent ef19220 commit 539a413
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestDeployInvalidService(t *testing.T) {

func TestDeployServiceFromURL(t *testing.T) {
var (
url = "https://github.com/mesg-foundation/service-webhook/tarball/single-outputs"
url = "git://github.com/mesg-foundation/service-webhook#single-outputs"
a, at = newTesting(t)
)
defer at.close()
Expand Down
2 changes: 1 addition & 1 deletion interface/grpc/core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestGetService(t *testing.T) {
}

func TestListServices(t *testing.T) {
url := "https://github.com/mesg-foundation/service-webhook/tarball/single-outputs"
url := "git://github.com/mesg-foundation/service-webhook#single-outputs"
server, closer := newServer(t)
defer closer()

Expand Down
2 changes: 1 addition & 1 deletion interface/grpc/core/deploy_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestIntegrationDeployService(t *testing.T) {
url := "https://github.com/mesg-foundation/service-webhook/tarball/single-outputs"
url := "git://github.com/mesg-foundation/service-webhook#single-outputs"

server, closer := newServer(t)
defer closer()
Expand Down
2 changes: 1 addition & 1 deletion interface/grpc/core/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestDeployService(t *testing.T) {
url := "https://github.com/mesg-foundation/service-webhook/tarball/single-outputs"
url := "git://github.com/mesg-foundation/service-webhook#single-outputs"

server, dt, closer := newServerAndDockerTest(t)
defer closer()
Expand Down

0 comments on commit 539a413

Please sign in to comment.