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 e2222f9 commit 8c72920Copy full SHA for 8c72920
tests/scenarios/fixtures.rs
@@ -300,7 +300,7 @@ fn valid_appkey(world: &mut DatadogWorld) {
300
fn instance_of_api(world: &mut DatadogWorld, api: String) {
301
let api_name = api.clone().replace("-", "");
302
initialize_api_instance(world, api_name);
303
- world.api_name = Some(api);
+ world.api_name = Some(api_name);
304
}
305
306
pub fn given_resource_in_system(
0 commit comments