mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-27 20:01:23 +01: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