service: add create update many #1605
Annotations
7 errors and 2 warnings
tests/services/test_service_create_update.py#L21
test_create
UnboundLocalError: local variable 'record' referenced before assignment
|
tests/services/test_service_create_update.py#L42
test_create_multiple_records
UnboundLocalError: local variable 'record' referenced before assignment
|
tests/services/test_service_create_update.py#L73
test_update_example_record
AssertionError: assert 'rxnt4-e2574' == '3kctc-wjh13'
- 3kctc-wjh13
+ rxnt4-e2574
|
tests/services/test_service_create_update.py#L111
test_create_with_validation_errors
UnboundLocalError: local variable 'record' referenced before assignment
|
tests/services/test_service_create_update.py#L141
test_update_with_validation_errors
AssertionError: assert 'create' == 'update'
- update
+ create
|
tests/services/test_service_create_update.py#L149
test_multiple_records
UnboundLocalError: local variable 'record' referenced before assignment
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading