Skip to content

Commit

Permalink
Merge branch '4.x' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Nov 8, 2023
2 parents e8131f2 + 00945e1 commit 41ea2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-20.04
tools:
python: "3.8"
python: "3.7"

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion tests/Provider/Dce/SystemDceSecurityProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public function provideWindowsGoodNetUserAndWmicGroupValues(): array
'expectedId' => '546',
],
[
'netUserReponse' => 'Local Group Memberships Some Group Another Group',
'netUserResponse' => 'Local Group Memberships Some Group Another Group',
'wmicGroupResponse' => 'Some Group S-1-5-80-19088743-1985229328-4294967295-1324',
'expectedGroup' => 'Some Group',
'expectedId' => '1324',
Expand Down

0 comments on commit 41ea2d7

Please sign in to comment.