mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-01 04:29:49 +09:00
Fix Reusable typo, add tests for Augustines scenario
This commit is contained in:
@@ -269,6 +269,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
|
||||
var preAuthKey v1.PreAuthKey
|
||||
err = json.Unmarshal([]byte(preAuthResult), &preAuthKey)
|
||||
assert.Nil(s.T(), err)
|
||||
assert.True(s.T(), preAuthKey.Reusable)
|
||||
|
||||
headscaleEndpoint := "http://headscale:8080"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user