diff --git a/test/fixtures/applications.yml b/test/fixtures/applications.yml index eb7bbaac495cb7237735bab621961053fc55b94c..190a8c980878489cff21c8824be220f25859eced 100644 --- a/test/fixtures/applications.yml +++ b/test/fixtures/applications.yml @@ -1,13 +1,5 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - domain: MyString - application_id: MyString - user_id: - -two: - name: MyString - domain: MyString - application_id: MyString - user_id: +test_app: + name: 'test app' + domain: 'test.host' + application_id: 'ffcb31a0-bacc-4f37-925c-656b3805095a' + user_id: john (User) \ No newline at end of file