Skip to content

Fix bug with sending headers in restclient API #88

Fix bug with sending headers in restclient API

Fix bug with sending headers in restclient API #88

Workflow file for this run

name: run python unit tests
on:
push:
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install m2crypto
run: sudo apt-get install m2crypto
- name: execute tests
run: python3 -m unittest discover -v tests