Skip to content

Commit

Permalink
kill endpoint that can be test
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jun 14, 2024
1 parent 5fc29f5 commit bdd8e28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ GLHModelImporterTest >> testImportProject [
((self model allWithType: GLHProject) anySatisfy: [ :project |
project id = 57841283 ])
]

{ #category : #tests }
GLHModelImporterTest >> testImportedUsers [

self assert: (self model allWithType: GLHUser) isNotEmpty.
]
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ GLHModelImporterTestResource >> importModel [

since := Date today - 2 day.

glhImporter := GLPHModelImporter new
glhImporter := GLHModelImporter new
glhApi: glphApi;
glhModel: model;
withFiles: false;
withCommitsSince: 0 day;
withCommitDiffs: true.

glhImporter importGroup: 87194534
Expand Down
1 change: 0 additions & 1 deletion src/GitLabHealth-Model-Importer/GLHModelImporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ GLHModelImporter >> blockOnNameEquality [
{ #category : #'private - api' }
GLHModelImporter >> completeImportProject: aGLHProject [


('Complete import of project: ' , aGLHProject id printString)
recordInfo.

Expand Down

0 comments on commit bdd8e28

Please sign in to comment.