mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix TestIntegrations/TestGetHostSoftwareUpdatedAt (#20400)
Fix failing test `TestIntegrations/TestGetHostSoftwareUpdatedAt`
This commit is contained in:
parent
80b11d873d
commit
df78d83e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -7963,7 +7963,7 @@ func (s *integrationTestSuite) TestGetHostSoftwareUpdatedAt() {
|
|||
LabelUpdatedAt: time.Now(),
|
||||
PolicyUpdatedAt: time.Now(),
|
||||
SeenTime: time.Now(),
|
||||
NodeKey: ptr.String(t.Name() + "1"),
|
||||
NodeKey: ptr.String(strings.ReplaceAll(t.Name(), "/", "_") + "1"),
|
||||
UUID: t.Name() + "1",
|
||||
Hostname: t.Name() + "foo.local",
|
||||
PrimaryIP: "192.168.1.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue