Skip to content

Commit

Permalink
Fix CRDB_SEED_TAR_ENV import
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Oct 7, 2023
1 parent 27013e4 commit 494a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/omicron-dev/tests/test_omicron_dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ use anyhow::Context;
use expectorate::assert_contents;
use omicron_test_utils::dev::db::has_omicron_schema;
use omicron_test_utils::dev::process_running;
use omicron_test_utils::dev::seed::CRDB_SEED_TAR_ENV;
use omicron_test_utils::dev::test_cmds::assert_exit_code;
use omicron_test_utils::dev::test_cmds::path_to_executable;
use omicron_test_utils::dev::test_cmds::run_command;
use omicron_test_utils::dev::test_cmds::EXIT_SUCCESS;
use omicron_test_utils::dev::test_cmds::EXIT_USAGE;
use omicron_test_utils::dev::CRDB_SEED_TAR_ENV;
use oxide_client::ClientHiddenExt;
use std::io::BufRead;
use std::path::Path;
Expand Down

0 comments on commit 494a1c4

Please sign in to comment.