Skip to content

Commit

Permalink
revert loc change
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Mar 4, 2021
1 parent b3dd60c commit 8bc65e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/source/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ func TestRenderTemplate(t *testing.T) {
},
}

values := ReleaseRequest{
TagName: "v0.0.2",
}

setup := func() {
gock.New("https://github.com").
Get("/rajatjindal/kubectl-whoami/releases/download/v0.0.2/kubectl-whoami_v0.0.2_darwin_amd64.tar.gz").
Reply(200).
BodyString("my-plugin-binary")
}

values := ReleaseRequest{
TagName: "v0.0.2",
}

for _, tc := range testcases {
t.Run(tc.name, func(t *testing.T) {
setup()
Expand Down

0 comments on commit 8bc65e9

Please sign in to comment.