This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-2-test by this push:
     new 9feebd3  Updating TaskGroup unit test to handle new tooltip (#19089)
9feebd3 is described below

commit 9feebd3525b2314dcd2dc2b3d2ef16eb55ed1591
Author: Josh Fell <[email protected]>
AuthorDate: Tue Oct 19 17:18:20 2021 -0400

    Updating TaskGroup unit test to handle new tooltip (#19089)
    
    (cherry picked from commit 2179964d2075251632c1fd98335c350d8cfa6864)
---
 tests/utils/test_task_group.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/utils/test_task_group.py b/tests/utils/test_task_group.py
index e96a0e6..2dcef95 100644
--- a/tests/utils/test_task_group.py
+++ b/tests/utils/test_task_group.py
@@ -38,8 +38,8 @@ EXPECTED_JSON = {
         'rx': 5,
         'ry': 5,
         'clusterLabelPos': 'top',
+        'tooltip': '',
     },
-    'tooltip': '',
     'children': [
         {
             'id': 'group234',
@@ -50,8 +50,8 @@ EXPECTED_JSON = {
                 'rx': 5,
                 'ry': 5,
                 'clusterLabelPos': 'top',
+                'tooltip': '',
             },
-            'tooltip': '',
             'children': [
                 {
                     'id': 'group234.group34',
@@ -62,8 +62,8 @@ EXPECTED_JSON = {
                         'rx': 5,
                         'ry': 5,
                         'clusterLabelPos': 'top',
+                        'tooltip': '',
                     },
-                    'tooltip': '',
                     'children': [
                         {
                             'id': 'group234.group34.task3',

Reply via email to