Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 29, 2024
1 parent 4597010 commit 452d7eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_update_using_write_object(
created = cognite_client.hosted_extractors.destinations.create(my_dest)

update = DestinationWrite(
external_id=f"toupdate-{random_string(10)}",
external_id=my_dest.external_id,
credentials=SessionWrite(nonce=new_session.nonce),
target_data_set_id=a_data_set.id,
)
Expand Down

0 comments on commit 452d7eb

Please sign in to comment.