Skip to content

Commit

Permalink
fix unit test output order
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli committed Jan 3, 2024
1 parent 5922937 commit 05359f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes_platform/python/test/unit/test_pod_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ def my_pipeline():
'executors': {
'exec-comp': {
'podMetadata': {
'labels': {
'kubeflow.com/kfp': 'pipeline-node',
'kubeflow.com/common': 'test'
},
'annotations': {
'run_id': '123456',
'experiment_id': '234567'
},
'labels': {
'kubeflow.com/kfp': 'pipeline-node',
'kubeflow.com/common': 'test'
}
}
}
Expand Down

0 comments on commit 05359f2

Please sign in to comment.