Hey! I'm a first time contributer, would really ap...
# help
p
Hey! I'm a first time contributer, would really appreciate some help with my PR, it keeps failing tests https://github.com/treeverse/lakeFS/pull/648
i
Hey there! I see your PR failed for 2 different actions: 1. Nessie: Just rebase on top of master. That issue that you’re experiencing was solved few days ago. 2. Go: It looks like your code fails to compile. Are you getting the same errors locally? If not, make sure that you’re building the code AFTER you generated the swagger code.
b
Copy code
testutil/setup.go:86:45: res.Payload.AccessSecretKey undefined (type *models.CredentialsWithSecret has no field or method AccessSecretKey)
try running
go build ./...
from the project root
and the tests using
go test ./...
it should point out the places needs to be updated