Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
omris94 committed Sep 22, 2024
1 parent 17ec22c commit 740b51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mapper/pkg/resolvers/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@ func (s *ResolverTestSuite) TestIntentsToApiServerDNS() {
Destinations: []test_gql_client.Destination{
{
Destination: fmt.Sprintf("%s.%s.svc.cluster.local", service.GetName(), service.GetNamespace()),
LastSeen: time.Now().Add(time.Minute),
},
},
},
Expand Down Expand Up @@ -1070,7 +1071,7 @@ func (s *ResolverTestSuite) TestIntentsToApiServerSocketScan() {
Destinations: []test_gql_client.Destination{
{
Destination: service.Spec.ClusterIP,
LastSeen: time.Now(),
LastSeen: time.Now().Add(time.Minute),
},
},
},
Expand Down

0 comments on commit 740b51b

Please sign in to comment.