Skip to content

Commit

Permalink
Change registry port in test suite
Browse files Browse the repository at this point in the history
To support the parallel execution of regitry tests we need to change the
port of the registry.
  • Loading branch information
afritzler committed Apr 23, 2024
1 parent 513d418 commit 456a612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/registry/registry_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (

var (
server *registry.Server
testServerURL = "http://localhost:12345"
testServerAddr = ":12345"
testServerURL = "http://localhost:54321"
testServerAddr = ":54321"
)

func TestRegistry(t *testing.T) {
Expand Down

0 comments on commit 456a612

Please sign in to comment.