Skip to content

Commit

Permalink
Merge pull request #4075 from systeminit/fix/bad-merge
Browse files Browse the repository at this point in the history
chore: bad merge from testing merge queues
  • Loading branch information
sprutton1 authored Jul 2, 2024
2 parents d77f8e9 + 835cfcf commit 40273fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/veritech/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub(crate) struct Args {
hide_env_values = true
)]
pub(crate) log_json: bool,
pub(crate) log_json_test: bool,

/// NATS connection URL [example: 0.0.0.0:4222]
#[arg(long, short = 'u')]
Expand Down
2 changes: 1 addition & 1 deletion lib/dal/tests/integration_test/secret/with_actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn create_action_using_secret(ctx: &mut DalContext, nw: &WorkspaceSignup)
.await
.expect("unable to list actions for component");
assert_eq!(
1, // expected
0, // expected
actions.len() // actual
);
let create_action_id = actions.pop().expect("no actions found");
Expand Down

0 comments on commit 40273fb

Please sign in to comment.