Skip to content

Commit

Permalink
Add test for runtime 9
Browse files Browse the repository at this point in the history
  • Loading branch information
pappachino committed Dec 21, 2023
1 parent 4066207 commit 6874bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/test_datadog.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def _test_logsubscriber_active(self):
logsubscribers = json.loads(logsubscribers_json.text)
self.assertTrue("DatadogSubscriber" in logsubscribers["feedback"])

def test_datadog_mx7(self):
self._test_datadog("BuildpackTestApp-mx-7-16.mda")

def test_datadog_mx8(self):
self._test_datadog("Mendix8.1.1.58432_StarterApp.mda")

def test_datadog_mx9(self):
self._test_datadog("BuildpackTestApp-mx9-7.mda")

0 comments on commit 6874bc6

Please sign in to comment.