We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396145a commit ebab3e2Copy full SHA for ebab3e2
test/ConfigurationTest.ts
@@ -19,6 +19,8 @@ describe('The Configuration API', (): void => {
19
chai.expect(configuration.checks[1].labels).to.contain('test2')
20
chai.expect(configuration.checks[1].maxAge).to.eq(1234)
21
22
+ chai.expect(configuration.maintainer).to.have.lengthOf(1)
23
+
24
chai.expect(configuration.notificationBodyTemplate).to.eq(MockServer.NOTIFICATION_BODY)
25
chai.expect(configuration.notificationSubjectTemplate).to.eq(MockServer.NOTIFICATION_SUBJECT)
26
0 commit comments