Skip to content

Commit

Permalink
refactor: [#449] fix clippy linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jan 31, 2024
1 parent 9c4b5f0 commit 1d5c8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl TestEnv {
/// Returns the server starting settings if the servers was already started.
/// We do not know the settings until we start the server.
pub fn server_settings(&self) -> Option<Settings> {
self.starting_settings.as_ref().cloned()
self.starting_settings.clone()
}

/// Provides the API server socket address.
Expand Down

0 comments on commit 1d5c8c0

Please sign in to comment.