You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix 6068:Make the test class dependencies fulfill all the tests.
The 'type' field is removed from the dependencies_dict (using
pop('type')), which causes the 'type' field to no longer exist in the
dictionary during subsequent operations.
The test updates are necessary because:
1. tests now get executed because of this fix
2. the JSON format needs to be escaped
3. the number of tests and expected passes is really 1 because the
test path given specifies a single test.
Signed-off-by: wangpeng <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
0 commit comments