Skip to content

Commit 643743a

Browse files
committed
update summary render
Signed-off-by: Mmadu Manasseh <manasseh.mmadu@zapier.com>
1 parent 3dfcaad commit 643743a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ k8s_resource(
235235
port_forwards=['2345:2345', '8080:8080'],
236236
resource_deps=[
237237
# 'go-build',
238-
# 'go-test',
238+
'go-test',
239239
'k8s:namespace',
240240
'argocd',
241241
'argocd-crds',

pkg/msg/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func (m *Message) BuildComment(
260260
}
261261

262262
// App header: show emoji only if state is not None
263-
appHeader := "\n\n<details>\n<summary>\n"
263+
appHeader := "\n\n<details>\n<summary>\n\n"
264264
if appState == pkg.StateNone {
265265
appHeader += fmt.Sprintf("## ArgoCD Application Checks: `%s`\n", appName)
266266
} else {

pkg/msg/message_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestBuildComment(t *testing.T) {
3939
4040
<details>
4141
<summary>
42+
4243
## ArgoCD Application Checks: ` + "`myapp`" + ` :test:
4344
</summary>
4445

0 commit comments

Comments
 (0)