Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
notifications-bot
Merge requests
!41
Fix GetToNotify to account for users with registered identities but no token
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Fix GetToNotify to account for users with registered identities but no token
hotfix/gtnNoToken
into
release
Overview
0
Commits
3
Pipelines
0
Changes
1
Open
Fix GetToNotify to account for users with registered identities but no token
Jonah Husson
requested to merge
hotfix/gtnNoToken
into
release
Jun 26, 2023
Overview
0
Commits
3
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
e55888e0
Prev
Next
Show latest version
1 file
+
0
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e55888e0
Remove local testing
· e55888e0
Jonah Husson
authored
Jun 26, 2023
storage/database_test.go
+
0
−
8
View file @ e55888e0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -225,11 +225,3 @@ func TestDatabase(t *testing.T) {
@@ -225,11 +225,3 @@ func TestDatabase(t *testing.T) {
}
}
}
}
func
TestGtn
(
t
*
testing
.
T
)
{
s
,
err
:=
NewStorage
(
"jonahhusson"
,
""
,
"cmix"
,
"0.0.0.0"
,
"5432"
)
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
s
.
GetToNotify
([]
int64
{
88364
,
126817
})
}
Loading