Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-mackie committed Feb 6, 2025
1 parent 0aa0018 commit c8d93ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public async Task MigrationFromPreinstallHookShouldOnlyRunWhenNotRegistered()
validationKeyFromKubernetes.Should().NotBeNull().And.Be(validationKey);

secret.Data.TryGetValue("machine-key", out var hostKeyFromKubernetes);
hostKeyFromKubernetes.Should().BeNullOrEmpty();
hostKeyFromKubernetes.Should().NotBeNull().And.Equal(Encoding.UTF8.GetBytes(validationKey));
}

async Task CreateCommandNamespace(k8s.Kubernetes client, string name)
Expand Down

0 comments on commit c8d93ec

Please sign in to comment.