Skip to content

Commit 5613ce7

Browse files
committed
Make test more realistic
1 parent 56d5669 commit 5613ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-cli/modules/clients/aws/ecr/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
registryID = "123456789012"
3333
repositoryName = "repo-name"
3434
imageDigest = "sha:256"
35-
registryURI = "123456789012.ecr"
35+
registryURI = registryID +".dkr.ecr.us-west-2.amazonaws.com"
3636
)
3737

3838
func TestGetAuthorizationToken(t *testing.T) {

0 commit comments

Comments
 (0)