Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused function and add runner tests/mocks #33

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

sendqueery
Copy link
Collaborator

Cleaning up some unused code and improving test coverage for fetching invocation results.

@@ -56,39 +55,41 @@ func (m *MockSSMClient) TerminateSession(input *ssm.TerminateSessionInput) (outp
}

func (m *MockSSMClient) GetCommandInvocation(input *ssm.GetCommandInvocationInput) (output *ssm.GetCommandInvocationOutput, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should take a look at leveraging GoMock/mockgen moving forward

@sendqueery sendqueery merged commit cd1239d into v1 Aug 24, 2020
@sendqueery sendqueery deleted the inv-result-refactor branch August 24, 2020 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants