Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Jan 24, 2024
1 parent 210e88f commit 879228a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/distroSettings/tabs/GeneralTab/transformers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const generalForm: GeneralFormState = {
aliases: ["rhel71-power8", "rhel71-power8-build"],
},
distroOptions: {
adminOnly: true,
adminOnly: false,
isCluster: false,
disableShallowClone: true,
disabled: false,
Expand All @@ -32,7 +32,7 @@ const generalForm: GeneralFormState = {
const generalGql: DistroInput = {
...distroData,
name: "rhel71-power8-large",
adminOnly: true,
adminOnly: false,
aliases: ["rhel71-power8", "rhel71-power8-build"],
isCluster: false,
disableShallowClone: true,
Expand Down

0 comments on commit 879228a

Please sign in to comment.