Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Victor Goklas authored and Jonathan Victor Goklas committed May 30, 2024
1 parent dc1c7e0 commit b4e08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/projects_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func TestUpdateProject(t *testing.T) {
"message": "{{.message}}"
}`

projectsService, err := service.NewProjectsService(
projectService, err := service.NewProjectsService(
mlflowTrackingURL, prjRepository, nil, false,
updateProjectEndpoint, updateProjectPayloadTemplate,
updateProjectResponseTemplate,
Expand Down

0 comments on commit b4e08f3

Please sign in to comment.