Fix typo on onTest notification body
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Push Docker Image / build (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run

This commit is contained in:
advplyr 2026-05-30 15:43:50 -05:00
parent aacdcc47ec
commit e70e4b9d40

View file

@ -100,7 +100,7 @@ module.exports.notificationData = {
variables: ['version'], variables: ['version'],
defaults: { defaults: {
title: 'Test Notification on Abs {{version}}', title: 'Test Notification on Abs {{version}}',
body: 'Test notificataion body for abs {{version}}.' body: 'Test notification body for abs {{version}}.'
}, },
testData: { testData: {
version: 'v' + version version: 'v' + version