Skip to content

Commit

Permalink
remove tags used from client
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Feb 10, 2025
1 parent 6824897 commit 608c95e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion client/src/app/__mocks__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function getGalaxyInstance() {
total_disk_usage: 61815527,
nice_total_disk_usage: "59.0 MB",
email: "[email protected]",
tags_used: ["test"],
model_class: "User",
id: "f2db41e1fa331b3e",
attributes: {},
Expand Down
1 change: 0 additions & 1 deletion client/src/components/History/Modals/SelectorModal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const CURRENT_HISTORY_INDICATION_TEXT = "(Current)";
const CURRENT_USER = {
email: "email",
id: "user_id",
tags_used: [],
total_disk_usage: 0,
};

Expand Down
1 change: 0 additions & 1 deletion client/src/components/History/SwitchToHistoryLink.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function mountSwitchToHistoryLinkForHistory(history: HistorySummaryExtended) {
userStore.currentUser = {
email: "email",
id: "user_id",
tags_used: [],
isAnonymous: false,
total_disk_usage: 0,
nice_total_disk_usage: "0 bytes",
Expand Down
1 change: 0 additions & 1 deletion client/tests/test-data/bootstrapped.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default {
total_disk_usage: 61815527,
nice_total_disk_usage: "59.0 MB",
email: "[email protected]",
tags_used: ["test"],
model_class: "User",
id: "f2db41e1fa331b3e",
},
Expand Down
1 change: 0 additions & 1 deletion client/tests/test-data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export function getFakeRegisteredUser(data: Partial<RegisteredUser> = {}): Regis
return {
id: "fake_user_id",
email: "fake_user_email",
tags_used: [],
isAnonymous: false,
username: "fake_username",
total_disk_usage: 0,
Expand Down

0 comments on commit 608c95e

Please sign in to comment.