Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Oct 15, 2024
1 parent a2d7c73 commit 557c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dinosaur/test/integration/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestAssignCluster(t *testing.T) {
}

require.Equal(t, "new-cluster-1234", cr.ClusterID, "ClusterID was not set properly.")
require.False(t, cr.RoutesCreated, "RoutesCreated shout be reset to false.")
require.False(t, true)
require.Nil(t, cr.Routes, "Stored Routes content should be nil.")
require.Empty(t, cr.RoutesCreationID, "Stored RoutesCreationID should be reset to empty string")
require.Equal(t, constants2.CentralRequestStatusProvisioning.String(), cr.Status, "Status should change from ready to provisioning.")
Expand Down

0 comments on commit 557c64e

Please sign in to comment.