Skip to content

Commit

Permalink
test: fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgomesxyz committed Jan 19, 2024
1 parent 6975119 commit 1d03eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/command/copy_image_from_upstream_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
allow(ENV).to receive(:fetch).with("CPLN_ENDPOINT", "https://api.cpln.io").and_return("https://api.cpln.io")
allow(ENV).to receive(:fetch).with("CPLN_TOKEN", nil).and_return("token")
allow(ENV).to receive(:fetch).with("CPLN_ORG", nil).and_return(nil)
allow(ENV).to receive(:fetch).with("CPLN_ORG_UPSTREAM", nil).and_return(nil)
allow(ENV).to receive(:fetch).with("CPLN_APP", nil).and_return(nil)
allow_any_instance_of(Config).to receive(:config_file_path).and_return("spec/fixtures/config.yml")
allow_any_instance_of(described_class).to receive(:ensure_docker_running!)
Expand Down

0 comments on commit 1d03eac

Please sign in to comment.