mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-25 10:51:53 +01:00
integration: fix tags-only auth key tests
- Rename TestTagsAuthKeyWithoutUserIgnoresAdvertisedTags to TestTagsAuthKeyWithoutUserRejectsAdvertisedTags to reflect actual behavior (PreAuthKey registrations reject advertised tags) - Fix TestTagsAuthKeyWithoutUserInheritsTags to use ListNodes() without user filter since tags-only nodes don't have a user association Updates #2977
This commit is contained in:
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
@@ -241,7 +241,7 @@ jobs:
|
||||
- TestTagsAdminAPICannotSetInvalidFormat
|
||||
- TestTagsUserLoginReauthWithEmptyTagsRemovesAllTags
|
||||
- TestTagsAuthKeyWithoutUserInheritsTags
|
||||
- TestTagsAuthKeyWithoutUserIgnoresAdvertisedTags
|
||||
- TestTagsAuthKeyWithoutUserRejectsAdvertisedTags
|
||||
uses: ./.github/workflows/integration-test-template.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user