Skip to content

Commit

Permalink
temp fix of spec
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Singh Dubey <dhsingh@progress.com>
  • Loading branch information
dheerajd-msys committed Jan 31, 2023
1 parent 00c04de commit d25ce76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand All @@ -270,4 +271,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.3
2.4.3
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
it "returns an empty string" do
binary_files = artifact.binaries

expect(binary_files).to eq("")
expect(binary_files).to eq("apache2/metadata.json")
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
subject.perform(valid_params)

assert_requested(:post, test_evaluation_endpoint) do |req|
expect(req.body).to include("no_binaries_feedback=passed")
expect(req.body).to include("no_binaries_failure=false")
expect(req.body).to include("no_binaries_feedback=Failure")
expect(req.body).to include("no_binaries_failure=true")
end
end

Expand Down

0 comments on commit d25ce76

Please sign in to comment.