We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ce587 commit c7e310dCopy full SHA for c7e310d
crates/factor-variables/tests/factor_test.rs
@@ -25,7 +25,7 @@ async fn static_provider_works() -> anyhow::Result<()> {
25
variables = { baz = "<{{ foo }}>" }
26
})
27
.runtime_config(TomlConfig::new(toml! {
28
- [[variable_provider]]
+ [[variables_provider]]
29
type = "static"
30
values = { foo = "bar" }
31
}))?;
0 commit comments