Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
10475b24
Unverified
Commit
10475b24
authored
3 years ago
by
Hidde Beydals
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1914 from fluxcd/fix-event-hub-test
parents
0e747790
a5238e86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/azure/azure_test.go
+1
-1
1 addition, 1 deletion
tests/azure/azure_test.go
with
1 addition
and
1 deletion
tests/azure/azure_test.go
+
1
−
1
View file @
10475b24
...
@@ -814,7 +814,7 @@ func TestEventHubNotification(t *testing.T) {
...
@@ -814,7 +814,7 @@ func TestEventHubNotification(t *testing.T) {
if
event
.
InvolvedObject
.
Kind
!=
"Kustomization"
{
if
event
.
InvolvedObject
.
Kind
!=
"Kustomization"
{
return
false
return
false
}
}
if
event
.
Message
!=
"Health check passed"
{
if
strings
.
Contains
(
event
.
Message
,
"Health check passed"
)
{
return
false
return
false
}
}
return
true
return
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment