Skip to content

Commit

Permalink
[FSTORE-743][append] fix integration test (logicalclocks#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister authored and moritzmeister committed Apr 6, 2023
1 parent 3cd1dc2 commit 14dd156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopsworks-IT/src/test/ruby/spec/featuregroup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@
expect(topic.length).to eq(1)
get_subject_schema(project, topic[0][:name], 2)
expect_status_details(200)
expect(json_body.to_json).to eql("{\"type\":\"record\",\"name\":\"#{featuregroup_name}\",\"namespace\":" +
expect(json_body.to_json).to eql("{\"type\":\"record\",\"name\":\"#{featuregroup_name}_#{parsed_json["version"]}\",\"namespace\":" +
"\"#{project.projectname.downcase}_featurestore.db\",\"fields\":[{\"name\":\"testfeature\"," +
"\"type\":[\"null\",\"int\"]},{\"name\":\"testfeature2\",\"type\":[\"null\",\"double\"]}]}")
end
Expand Down

0 comments on commit 14dd156

Please sign in to comment.