Skip to content

Commit fc17695

Browse files
committed
Fix integration test.
1 parent e36f5b8 commit fc17695

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/danger-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
comment:
10-
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@main
10+
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@v0.1.0
1111
secrets: inherit

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
danger:
8-
uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@main
8+
uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@v0.1.0
99
secrets: inherit
1010
with:
1111
ruby-version: "3.4"

spec/issues/962_polymorphic_entity_with_custom_documentation_spec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ class EntityWithNestedEmptyEntity < Grape::Entity
9393
end
9494

9595
specify do
96-
expect(hidden_entity_definition).to eql({
96+
expect(hidden_entity_definition).to include({
9797
'type' => 'object',
98-
'properties' => {},
99-
'required' => ['hidden_prop']
98+
'properties' => {}
10099
})
101100
end
102101

0 commit comments

Comments
 (0)