global schema fixed for good3

This commit is contained in:
Priec
2026-09-04 23:46:22 +02:00
parent ebb24f8783
commit 670fbdf1ea
9 changed files with 12 additions and 12 deletions

View File

@@ -505,7 +505,7 @@ mod tests {
fn the_column_list_shows_what_a_definition_row_expands_into() {
let mut page = AddTablePageState {
nav: crate::ui::Nav::default(),
shared_profile: "__global".to_string(),
shared_profile: "global".to_string(),
profiles: Vec::new(),
rate_sources: vec!["ecb".to_string()],
draft: posted_form().to_draft(),
@@ -592,7 +592,7 @@ mod tests {
let page = AddTablePageState {
nav: crate::ui::Nav::default(),
shared_profile: "__global".to_string(),
shared_profile: "global".to_string(),
profiles: Vec::new(),
rate_sources: vec!["ecb".to_string()],
draft,