Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jan 4, 2025
1 parent 93b3b93 commit 3b12e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/registry_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ func TestRegistryNodeVersion(t *testing.T) {
DownloadUrl: &downloadUrl,
Status: &nodeVersionStatus,
StatusReason: proto.String(""),
NodeId: node.Id,
}, resVersions200[0], "should be equal")

// retrieve node versions with the status reason
Expand Down Expand Up @@ -668,6 +669,7 @@ func TestRegistryNodeVersion(t *testing.T) {
DownloadUrl: &downloadUrl,
Status: &status,
StatusReason: proto.String(""),
NodeId: node.Id,
}
assert.Equal(t, updatedNodeVersion, res200[0], "should be equal")
createdNodeVersion = res200[0]
Expand Down

0 comments on commit 3b12e6e

Please sign in to comment.