We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445d5e2 commit 50c46bbCopy full SHA for 50c46bb
tests/testthat/test-groups.R
@@ -55,7 +55,7 @@ without_internet({
55
56
expect_DELETE(
57
client$group_member_remove(group_guid, user),
58
- "https://connect.example/__api__/v1/groups/a6fb5cea-0123-4567-89ab-cdef01234567/members/20a79ce3-6e87-4522-9faf-be24228800a4"
+ "https://connect.example/__api__/v1/groups/a6fb5cea-0123-4567-89ab-cdef01234567/members/20a79ce3-6e87-4522-9faf-be24228800a4" # nolint
59
)
60
})
61
0 commit comments