Skip to content

Commit

Permalink
use port 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 22, 2024
1 parent 2e0a7b0 commit 89d97ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/service/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var _ = Describe("Reconciler", Ordered, func() {
ID: serviceId,
Name: serviceName,
Namespace: namespace,
Tarball: lo.ToPtr("http://localhost:8080/ext/v1/digests"),
Tarball: lo.ToPtr("http://localhost:8081/ext/v1/digests"),
Configuration: []*console.GetServiceDeploymentForAgent_ServiceDeployment_Configuration{
{
Name: "name",
Expand All @@ -61,7 +61,7 @@ var _ = Describe("Reconciler", Ordered, func() {
})

srv := &http.Server{
Addr: ":8080",
Addr: ":8081",
Handler: r,
}
dir := ""
Expand Down

0 comments on commit 89d97ee

Please sign in to comment.