Skip to content

Instantly share code, notes, and snippets.

@spirosoik
Created February 26, 2021 12:14
Show Gist options
  • Save spirosoik/4bbbf629284d47b2124b59bcea95d3f6 to your computer and use it in GitHub Desktop.
Save spirosoik/4bbbf629284d47b2124b59bcea95d3f6 to your computer and use it in GitHub Desktop.
func (s *eventTestSuite) TestAwsActivityCrmSuccess() {
//given
s.asAnonymousUser().and().signup()
// when
s.deployLensesAWS()
// then
s.handleNoError()
}
func (s *eventTestSuite) handleNoError() {
assert.NoError(s.T(), s.err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment