Skip to content

Commit 86f2c81

Browse files
committed
fix: missing import
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
1 parent b6a715c commit 86f2c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/application/application_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ func TestGetManifests_SourceHydrator(t *testing.T) {
27432743

27442744
_, err := appServer.GetManifests(t.Context(), &application.ApplicationManifestQuery{
27452745
Name: &testApp.Name,
2746-
Revision: ptr.To("some-revision"),
2746+
Revision: new("some-revision"),
27472747
})
27482748
require.NoError(t, err)
27492749
mockRepoServiceClient.AssertExpectations(t)

0 commit comments

Comments
 (0)