Skip to content

Commit

Permalink
fix naming errors
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 c10f7d3 commit dc1c7e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/api/projects_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,10 @@ func TestUpdateProject(t *testing.T) {
"message": "{{.message}}"
}`

projectsService, err := NewProjectsService(
MLFlowTrackingURL, storage, authEnforcer, tt.authEnabled,
UpdateProjectEndpoint, UpdateProjectPayloadTemplate,
UpdateProjectResponseTemplate,
projectsService, err := service.NewProjectsService(

Check failure on line 507 in api/api/projects_api_test.go

View workflow job for this annotation

GitHub Actions / test-api

projectsService declared and not used
mlflowTrackingURL, prjRepository, nil, false,
updateProjectEndpoint, updateProjectPayloadTemplate,
updateProjectResponseTemplate,
)
assert.NoError(t, err)

Expand Down

0 comments on commit dc1c7e0

Please sign in to comment.