-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add fingerprint field to simple json format #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, checkout my comments
@@ -615,3 +616,30 @@ func TestGetInvocationWorkingDirectory(t *testing.T) { | |||
assert.Equal(t, test.expectedOutput, GetInvocationWorkingDirectory(test.invocation)) | |||
} | |||
} | |||
|
|||
func TestGetResultFingerprint(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where can we add a test of same finding, in same file - and have two different fingerprints?
(here or https://github.com/jfrog/frogbot/pull/748/files)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add it to frogbot integration tests
dev
branch.go vet ./...
.go fmt ./...
.