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

fix: fix service/info path and tests #15

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

mcruzdev
Copy link
Collaborator

Changes

/kind

Fixes #

Release Note


Docs


})

t.Run("It should return 200 when a POST request is made to '/proposals/{proposalId}/decide'", func(t *testing.T) {
//t.Run("It should return 200 when a GET request is made to '/proposals/{id}'", func(t *testing.T) {
Copy link
Owner

Choose a reason for hiding this comment

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

@mcruzdev I think this one also needs a / at the end right?


t.Run("It should return 200 when a POST request is made to '/proposals/{proposalId}/decide'", func(t *testing.T) {
//t.Run("It should return 200 when a GET request is made to '/proposals/{id}'", func(t *testing.T) {
// // arrange
Copy link
Owner

Choose a reason for hiding this comment

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

@mcruzdev I haven't merged this one because of this commented test

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