reg name updated

feature/306_private_poll
Karolis Rusenas 2018-11-24 23:42:23 +00:00
parent 63e47ea305
commit 38d8cbbb08
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func TestGet(t *testing.T) {
client := New()
repo, err := client.Get(Opts{
Registry: constants.DefaultDockerRegistry,
Name: "karolisr/keel",
Name: "keelhq/keel",
})
if err != nil {