Skip to content

Commit 383a612

Browse files
authored
Fix httpapi plugin for ND4.1 (#452)
* Fix for httpapi plugin logout method to prevent continuous logins * Update with real fix * Remove old lines * Refactor and simplify * Add unit tests for httpapi connection plugin * Fix ansible sanity test errors * Add requests pip package * Review comments
1 parent 088dbb8 commit 383a612

File tree

7 files changed

+1478
-226
lines changed

7 files changed

+1478
-226
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- name: Install pytest (v7.4.4)
110110
run: pip install pytest==7.4.4
111111

112+
- name: Install requests
113+
run: pip install requests
114+
112115
- name: Download migrated collection artifacts
113116
uses: actions/download-artifact@v4.1.7
114117
with:

0 commit comments

Comments
 (0)