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 557c64e commit 7282818
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, true)
require.False(t, cr.RoutesCreated, "RoutesCreated should be reset to false.")
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 7282818

Please sign in to comment.